Skip to content

Commit 1d55e34

Browse files
nodejs-github-botmarco-ippolito
authored andcommitted
chore: release v0.5.1
1 parent 722f8ba commit 1d55e34

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.5.0"
2+
".": "0.5.1"
33
}

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Changelog
22

3+
## [0.5.1](https://github.com/nodejs/amaro/compare/v0.5.0...v0.5.1) (2025-04-01)
4+
5+
6+
### Bug Fixes
7+
8+
* use correct path in error message ([78f9192](https://github.com/nodejs/amaro/commit/78f9192d10ce2a7015b8348ab685a5a365345d70))
9+
10+
11+
### Core
12+
13+
* update test for lateset swc ([722f8ba](https://github.com/nodejs/amaro/commit/722f8ba63caba00d2764420db0d5362a528519e1))
14+
15+
16+
### Miscellaneous
17+
18+
* build wasm from swc v1.11.13 ([a483bef](https://github.com/nodejs/amaro/commit/a483befbafe299fcabd61963e19f04ff8f29b1d6))
19+
* build wasm from swc v1.11.15 ([a1478a5](https://github.com/nodejs/amaro/commit/a1478a5b571ab2ff370477ca5af2aea4565d3277))
20+
* create CODEOWNERS file ([0fb76e8](https://github.com/nodejs/amaro/commit/0fb76e8e89cf692f0224a5f304be094e1236921f))
21+
* **deps:** bump actions/upload-artifact from 4.6.1 to 4.6.2 ([fab71f5](https://github.com/nodejs/amaro/commit/fab71f5f936857e39d0aaeb4b917d4435d5fc718))
22+
* **deps:** bump biomejs/setup-biome from 2.3.0 to 2.5.0 ([b56fa04](https://github.com/nodejs/amaro/commit/b56fa049cf7d6605302ed003860064e1a9c99fa9))
23+
* **deps:** bump github/codeql-action from 3.28.11 to 3.28.12 ([06ead41](https://github.com/nodejs/amaro/commit/06ead4152d1d012787fc9279e260029a5294dcb1))
24+
* **deps:** bump github/codeql-action from 3.28.12 to 3.28.13 ([e51cb7f](https://github.com/nodejs/amaro/commit/e51cb7fbe5fec1ada483ad29cbcebe93d3aff6d8))
25+
* update swc to v1.11.13 ([70b71c3](https://github.com/nodejs/amaro/commit/70b71c3721d76b36b9fff308cd0ec8daa43903bb))
26+
* update swc to v1.11.15 ([29d4c2d](https://github.com/nodejs/amaro/commit/29d4c2dc63ac9c69f072471a101cf77d823b3677))
27+
328
## [0.5.0](https://github.com/nodejs/amaro/compare/v0.4.1...v0.5.0) (2025-03-23)
429

530

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "amaro",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "Node.js TypeScript wrapper",
55
"license": "MIT",
66
"type": "commonjs",

0 commit comments

Comments
 (0)