diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index a539669e4..0b6b16938 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -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", diff --git a/CHANGELOG.md b/CHANGELOG.md index 46b0d1817..4b317d678 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 0967bf11c..f34f350d7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "arcjet-js", - "version": "1.0.0-alpha.11", + "version": "1.0.0-alpha.12", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "arcjet-js", - "version": "1.0.0-alpha.11", + "version": "1.0.0-alpha.12", "workspaces": [ "*" ], diff --git a/package.json b/package.json index 3e5645a04..a3a951542 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "arcjet-js", - "version": "1.0.0-alpha.11", + "version": "1.0.0-alpha.12", "private": true, "engines": { "node": ">=18"