Skip to content

Commit f06f114

Browse files
Version Packages (#6)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent defb153 commit f06f114

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

.changeset/tiny-books-wait.md

-5
This file was deleted.

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# build-output-router
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- c861e29: Initial release with slightly refactored types and utilities, and a Router class.

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ The Build Output Router was originally designed for Cloudflare's [next-on-pages]
2121

2222
This repository became the home for the core router (while preserving old Git history) to enable it to be re-usable as a generic router for all Build Output API (v3) projects.
2323

24-
> [!WARNING]
25-
> There _might_ be changes the library's public API. It is recommended to lock the version you use to a specific patch release.
24+
> [!NOTE]
25+
> It is recommended to lock the version you use to a specific patch release.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "build-output-router",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "Router for the Build Output API (v3)",
55
"license": "MIT",
66
"author": "James",

0 commit comments

Comments
 (0)