From 23e572d0abbe0452a6c5033fce4023a3fea30ca4 Mon Sep 17 00:00:00 2001 From: "Node.js GitHub Bot" Date: Mon, 15 Jun 2026 03:03:30 -0400 Subject: [PATCH] chore: release v1.1.11 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 461e01746..75625d301 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.10" + ".": "1.1.11" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c060cc056..fa84d9534 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [1.1.11](https://github.com/nodejs/amaro/compare/v1.1.10...v1.1.11) (2026-06-15) + + +### Miscellaneous + +* build wasm from swc v1.15.41 ([54d4e1f](https://github.com/nodejs/amaro/commit/54d4e1fd31e3d6efa5ca3ba9b4631ab2cdd70c0b)) +* **deps:** bump actions/checkout from 6.0.2 to 6.0.3 ([4eb698d](https://github.com/nodejs/amaro/commit/4eb698d516dd4e15b5c073e7ac56da977387e3ce)) +* **deps:** bump EmbarkStudios/cargo-deny-action from 2.0.19 to 2.0.20 ([2ea3d54](https://github.com/nodejs/amaro/commit/2ea3d54b229fa991f78f4e8063961c06cd992eb5)) +* **deps:** bump github/codeql-action from 4.36.0 to 4.36.2 ([2e02cb1](https://github.com/nodejs/amaro/commit/2e02cb1633e4cd0605307aeb4f60f21cf68f25d2)) +* update swc to v1.15.41 ([b5c4244](https://github.com/nodejs/amaro/commit/b5c4244ffb02a99f74bf1fbfb8a2f84b11f67943)) + ## [1.1.10](https://github.com/nodejs/amaro/compare/v1.1.9...v1.1.10) (2026-05-26) diff --git a/package.json b/package.json index a0e7cb595..4bf579a0f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "amaro", - "version": "1.1.10", + "version": "1.1.11", "description": "Node.js TypeScript wrapper", "license": "MIT", "type": "commonjs",