Skip to content

Commit b2fc54d

Browse files
chore: release v1.1.9
1 parent db5c7ad commit b2fc54d

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.1.8"
2+
".": "1.1.9"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [1.1.9](https://github.com/nodejs/amaro/compare/v1.1.8...v1.1.9) (2026-03-23)
4+
5+
6+
### Miscellaneous
7+
8+
* build wasm from swc v1.15.21 ([dfd333f](https://github.com/nodejs/amaro/commit/dfd333f371462984937bb3543ed84b86a5e41f66))
9+
* **deps:** bump actions/setup-node from 6.2.0 to 6.3.0 ([b4b9d53](https://github.com/nodejs/amaro/commit/b4b9d53753e61ecfd288f732a70c442e70447381))
10+
* **deps:** bump docker/setup-buildx-action from 3.12.0 to 4.0.0 ([f39649c](https://github.com/nodejs/amaro/commit/f39649c298d3d59e083ed69fba7f8f58162ac8b1))
11+
* **deps:** bump github/codeql-action from 4.32.6 to 4.34.1 ([bbc38d5](https://github.com/nodejs/amaro/commit/bbc38d5f6c354ae2f3c40ea08c4ceeb74da41116))
12+
* **deps:** bump step-security/harden-runner from 2.15.0 to 2.15.1 ([1037205](https://github.com/nodejs/amaro/commit/1037205427fcebd54aecf942688e6c0aff742273))
13+
* **deps:** bump step-security/harden-runner from 2.15.1 to 2.16.0 ([169e82e](https://github.com/nodejs/amaro/commit/169e82e4093ff49882f4afedf756649a47a10e5d))
14+
* update swc to v1.15.21 ([3a1702b](https://github.com/nodejs/amaro/commit/3a1702bfedaeddd9e9787cf4b5b652bc6e944d48))
15+
316
## [1.1.8](https://github.com/nodejs/amaro/compare/v1.1.7...v1.1.8) (2026-03-07)
417

518

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "amaro",
3-
"version": "1.1.8",
3+
"version": "1.1.9",
44
"description": "Node.js TypeScript wrapper",
55
"license": "MIT",
66
"type": "commonjs",

0 commit comments

Comments
 (0)