Skip to content

Commit

Permalink
chore: Release 1.0.0-alpha.12
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 16, 2024
1 parent b0a13a4 commit fbb5f90
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
".": "1.0.0-alpha.11",
".": "1.0.0-alpha.12",
"analyze": "1.0.0-alpha.11",
"arcjet": "1.0.0-alpha.11",
"arcjet-next": "1.0.0-alpha.11",
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [1.0.0-alpha.12](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.11...v1.0.0-alpha.12) (2024-04-16)


### 🧹 Miscellaneous Chores

* **ci:** Temporarily ignore eslint 9 updates ([#543](https://github.com/arcjet/arcjet-js/issues/543)) ([a8ac938](https://github.com/arcjet/arcjet-js/commit/a8ac93884b9b647a5111ae497fe887dae880878e))
* **example:** Remove log of user input ([24c97a0](https://github.com/arcjet/arcjet-js/commit/24c97a005a649e89257da955b22133e24672919a))
* **examples:** Add Hono + Node.js example ([#538](https://github.com/arcjet/arcjet-js/issues/538)) ([e0e84c8](https://github.com/arcjet/arcjet-js/commit/e0e84c8ad5f006c323eeb095a7853aa2d21e9285))
* **examples:** Added new Next.js + React Hook Form example ([#559](https://github.com/arcjet/arcjet-js/issues/559)) ([b0a13a4](https://github.com/arcjet/arcjet-js/commit/b0a13a45be66044b65d1ed4295bd92ffbdf45186))
* **examples:** Remove log of user input ([#525](https://github.com/arcjet/arcjet-js/issues/525)) ([24c97a0](https://github.com/arcjet/arcjet-js/commit/24c97a005a649e89257da955b22133e24672919a))

## [1.0.0-alpha.11](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.10...v1.0.0-alpha.11) (2024-04-08)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "arcjet-js",
"version": "1.0.0-alpha.11",
"version": "1.0.0-alpha.12",
"private": true,
"engines": {
"node": ">=18"
Expand Down

0 comments on commit fbb5f90

Please sign in to comment.