diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7bd189282..816b10208 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.5" + ".": "1.1.6" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d909f07ef..408ad5acc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.1.6](https://github.com/nodejs/amaro/compare/v1.1.5...v1.1.6) (2025-11-03) + + +### Miscellaneous + +* build wasm from swc v1.14.0 ([e40c997](https://github.com/nodejs/amaro/commit/e40c9973e72080e8e21a67f81935e9f82bf1517b)) +* **deps:** bump github/codeql-action from 4.31.0 to 4.31.2 ([9b58426](https://github.com/nodejs/amaro/commit/9b58426d45df80d42499c1b2ad3b59140ce8b532)) +* update swc to v1.14.0 ([b7dbf1a](https://github.com/nodejs/amaro/commit/b7dbf1a8ef59995b707529ad423fcb9076dc2bd2)) + ## [1.1.5](https://github.com/nodejs/amaro/compare/v1.1.4...v1.1.5) (2025-10-27) diff --git a/package.json b/package.json index b80444ce5..99371cf2d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "amaro", - "version": "1.1.5", + "version": "1.1.6", "description": "Node.js TypeScript wrapper", "license": "MIT", "type": "commonjs",