Skip to content

Commit

Permalink
chore: release v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nodejs-github-bot committed Jan 13, 2025
1 parent 4b29609 commit b248e80
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.2.2"
".": "0.2.3"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.2.3](https://github.com/nodejs/amaro/compare/v0.2.2...v0.2.3) (2025-01-13)


### Miscellaneous

* build wasm from swc v1.10.7 ([35efcea](https://github.com/nodejs/amaro/commit/35efceaf8349d0b9c325f059591111c1bf0f2459))
* **deps:** bump actions/upload-artifact from 4.5.0 to 4.6.0 ([1d8a938](https://github.com/nodejs/amaro/commit/1d8a938ce7d32651c0eca220d62abf045b4202bb))
* **deps:** bump biomejs/setup-biome from 2.2.1 to 2.3.0 ([10c101c](https://github.com/nodejs/amaro/commit/10c101c03d9203822996c2e4cb22a3d9849cf7ff))
* **deps:** bump step-security/harden-runner from 2.10.2 to 2.10.3 ([e355436](https://github.com/nodejs/amaro/commit/e355436679007ef78f6ca83942ec098269b86b09))
* update swc to v1.10.7 ([8051db3](https://github.com/nodejs/amaro/commit/8051db3a2b6e7fa3335da9904ccf85d293c77826))

## [0.2.2](https://github.com/nodejs/amaro/compare/v0.2.1...v0.2.2) (2025-01-06)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amaro",
"version": "0.2.2",
"version": "0.2.3",
"description": "Node.js TypeScript wrapper",
"license": "MIT",
"type": "commonjs",
Expand Down

0 comments on commit b248e80

Please sign in to comment.