Skip to content

Commit 63cf386

Browse files
chore: release v1.1.6
1 parent b04daa0 commit 63cf386

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-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.5"
2+
".": "1.1.6"
33
}

CHANGELOG.md

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

3+
## [1.1.6](https://github.com/nodejs/amaro/compare/v1.1.5...v1.1.6) (2025-12-08)
4+
5+
6+
### Bug Fixes
7+
8+
* broken swc update workflow ([5c3028b](https://github.com/nodejs/amaro/commit/5c3028b29b26b285cb57c78aa492a3edefa2a047))
9+
10+
11+
### Miscellaneous
12+
13+
* build wasm from swc v1.14.0 ([e40c997](https://github.com/nodejs/amaro/commit/e40c9973e72080e8e21a67f81935e9f82bf1517b))
14+
* **deps:** bump actions/checkout from 5.0.0 to 6.0.0 ([a5b13c1](https://github.com/nodejs/amaro/commit/a5b13c175405df5c4d0d179b933ff3adb3882f59))
15+
* **deps:** bump actions/setup-node from 6.0.0 to 6.1.0 ([b04daa0](https://github.com/nodejs/amaro/commit/b04daa0c0a52d1ebdf6da6c6a0a0ddce7edc0784))
16+
* **deps:** bump EmbarkStudios/cargo-deny-action from 2.0.13 to 2.0.14 ([aca22a0](https://github.com/nodejs/amaro/commit/aca22a0ccd961ab683cd68f24d906f0c5e17cd5e))
17+
* **deps:** bump github/codeql-action from 4.31.0 to 4.31.2 ([9b58426](https://github.com/nodejs/amaro/commit/9b58426d45df80d42499c1b2ad3b59140ce8b532))
18+
* **deps:** bump github/codeql-action from 4.31.2 to 4.31.4 ([f2db15a](https://github.com/nodejs/amaro/commit/f2db15a0a3a0b44b175a901cdfe2f579f6c8aedc))
19+
* **deps:** bump github/codeql-action from 4.31.4 to 4.31.5 ([312206a](https://github.com/nodejs/amaro/commit/312206ace4a3e3b46a331e23269cf0c8661ad5fb))
20+
* **deps:** bump step-security/harden-runner from 2.13.1 to 2.13.2 ([bae37cc](https://github.com/nodejs/amaro/commit/bae37cc663c4e2efe040c23e5c98ab4e5c4af65a))
21+
* **deps:** bump step-security/harden-runner from 2.13.2 to 2.13.3 ([f888a3a](https://github.com/nodejs/amaro/commit/f888a3a91a5da952a338dbe7d803647610ab40fe))
22+
* update documentation to reflect changes in --experimental-strip-types ([29c8323](https://github.com/nodejs/amaro/commit/29c832334f41941b293264329c89ba005a541214))
23+
* update swc to v1.14.0 ([b7dbf1a](https://github.com/nodejs/amaro/commit/b7dbf1a8ef59995b707529ad423fcb9076dc2bd2))
24+
* update ubuntu image and use nvmrc ([896bd90](https://github.com/nodejs/amaro/commit/896bd901b4feeb236b8950ec68ac2a6de1e89400))
25+
326
## [1.1.5](https://github.com/nodejs/amaro/compare/v1.1.4...v1.1.5) (2025-10-27)
427

528

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.5",
3+
"version": "1.1.6",
44
"description": "Node.js TypeScript wrapper",
55
"license": "MIT",
66
"type": "commonjs",

0 commit comments

Comments
 (0)