Skip to content

Commit 922b63a

Browse files
nodejs-github-botmarco-ippolito
authored andcommitted
chore: release v1.1.5
1 parent 807cf99 commit 922b63a

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-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.4"
2+
".": "1.1.5"
33
}

CHANGELOG.md

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

3+
## [1.1.5](https://github.com/nodejs/amaro/compare/v1.1.4...v1.1.5) (2025-10-27)
4+
5+
6+
### Miscellaneous
7+
8+
* build wasm from swc v1.13.5 ([4254372](https://github.com/nodejs/amaro/commit/4254372169c581c39a7544e3d4a4c4ecd766056b))
9+
* **deps:** bump actions/setup-node from 5.0.0 to 6.0.0 ([eda770f](https://github.com/nodejs/amaro/commit/eda770f0b64c1000f6a9d13c36a57739b7227f20))
10+
* **deps:** bump actions/upload-artifact from 4.6.2 to 5.0.0 ([807cf99](https://github.com/nodejs/amaro/commit/807cf99d646617f1f1eba92d885094324c301db9))
11+
* **deps:** bump github/codeql-action from 3.30.3 to 3.30.6 ([a00453f](https://github.com/nodejs/amaro/commit/a00453f20bc110be7238ff3f2565a2755497322d))
12+
* **deps:** bump github/codeql-action from 3.30.6 to 4.30.8 ([e142053](https://github.com/nodejs/amaro/commit/e142053f1720f261c9278d374697e771a4cafaa8))
13+
* **deps:** bump github/codeql-action from 4.30.8 to 4.30.9 ([41d3071](https://github.com/nodejs/amaro/commit/41d3071d92004350ab268baf295841b9b42273c8))
14+
* **deps:** bump github/codeql-action from 4.30.9 to 4.31.0 ([e495ebe](https://github.com/nodejs/amaro/commit/e495ebe90ab3c49804d67cbc3327a8a93a945ff9))
15+
* **deps:** bump googleapis/release-please-action from 4.3.0 to 4.4.0 ([29afd53](https://github.com/nodejs/amaro/commit/29afd53858aaabdf7b96ccc3f852544daafac50c))
16+
* **deps:** bump ossf/scorecard-action from 2.4.2 to 2.4.3 ([9177832](https://github.com/nodejs/amaro/commit/9177832f018adeec6ccab6ee56d612826eb98116))
17+
* enable OIDC for publishing ([13ca0a4](https://github.com/nodejs/amaro/commit/13ca0a480c7a02f6db19c726243340692d33f499))
18+
* update swc to v1.13.5 ([37ce8a8](https://github.com/nodejs/amaro/commit/37ce8a8fac6d803cc75f8eaca06d95769e910a28))
19+
320
## [1.1.4](https://github.com/nodejs/amaro/compare/v1.1.3...v1.1.4) (2025-09-28)
421

522

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

0 commit comments

Comments
 (0)