diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 284b42065..7161267ca 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.8" + ".": "1.1.9" } diff --git a/CHANGELOG.md b/CHANGELOG.md index bde75aa1b..c3421495c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [1.1.9](https://github.com/nodejs/amaro/compare/v1.1.8...v1.1.9) (2026-04-07) + + +### Miscellaneous + +* build wasm from swc v1.15.21 ([dfd333f](https://github.com/nodejs/amaro/commit/dfd333f371462984937bb3543ed84b86a5e41f66)) +* build wasm from swc v1.15.24 ([6eba3b9](https://github.com/nodejs/amaro/commit/6eba3b952074b7531b05e7dd5bb5bf4da784193e)) +* **deps:** bump actions/setup-node from 6.2.0 to 6.3.0 ([b4b9d53](https://github.com/nodejs/amaro/commit/b4b9d53753e61ecfd288f732a70c442e70447381)) +* **deps:** bump biomejs/setup-biome from 2.7.0 to 2.7.1 ([db5c7ad](https://github.com/nodejs/amaro/commit/db5c7ad43e3b49dab8ddfcc3a39c1236e45d2c69)) +* **deps:** bump docker/setup-buildx-action from 3.12.0 to 4.0.0 ([f39649c](https://github.com/nodejs/amaro/commit/f39649c298d3d59e083ed69fba7f8f58162ac8b1)) +* **deps:** bump github/codeql-action from 4.32.6 to 4.34.1 ([bbc38d5](https://github.com/nodejs/amaro/commit/bbc38d5f6c354ae2f3c40ea08c4ceeb74da41116)) +* **deps:** bump github/codeql-action from 4.34.1 to 4.35.1 ([f169d7d](https://github.com/nodejs/amaro/commit/f169d7d909f5608ea5e6a276672e5fb52807f989)) +* **deps:** bump step-security/harden-runner from 2.15.0 to 2.15.1 ([1037205](https://github.com/nodejs/amaro/commit/1037205427fcebd54aecf942688e6c0aff742273)) +* **deps:** bump step-security/harden-runner from 2.15.1 to 2.16.0 ([169e82e](https://github.com/nodejs/amaro/commit/169e82e4093ff49882f4afedf756649a47a10e5d)) +* **deps:** bump step-security/harden-runner from 2.16.0 to 2.16.1 ([9c2d95f](https://github.com/nodejs/amaro/commit/9c2d95f0e1b825239b6e5ce59c7a140ae44a506f)) +* update swc to v1.15.21 ([3a1702b](https://github.com/nodejs/amaro/commit/3a1702bfedaeddd9e9787cf4b5b652bc6e944d48)) +* update swc to v1.15.24 ([402f99e](https://github.com/nodejs/amaro/commit/402f99e17a58924970decacdc9738e08e07958e6)) + ## [1.1.8](https://github.com/nodejs/amaro/compare/v1.1.7...v1.1.8) (2026-03-07) diff --git a/package.json b/package.json index d8d5c9f49..fd8d0d9e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "amaro", - "version": "1.1.8", + "version": "1.1.9", "description": "Node.js TypeScript wrapper", "license": "MIT", "type": "commonjs",