Skip to content

Commit

Permalink
chore: release v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nodejs-github-bot authored and legendecas committed Jan 6, 2025
1 parent 9ab6341 commit feaeda7
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 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.1"
".": "0.2.2"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,12 @@
# Changelog

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


### Miscellaneous

* build wasm from swc v1.10.4 ([a00240a](https://github.com/nodejs/amaro/commit/a00240acbebce535144b26b6ebb6bc65c7e04d8e))
* **deps:** bump github/codeql-action from 3.27.0 to 3.28.0 ([88051e0](https://github.com/nodejs/amaro/commit/88051e07265c4f33dd6b0e55e73df176492b1236))
* include chore in change logs ([9ab6341](https://github.com/nodejs/amaro/commit/9ab6341c697116fa4f5af656a1390c4f228531b9))
* update release actions ([9538187](https://github.com/nodejs/amaro/commit/95381873d9dd2fbe720ab01138b7653e3afc12d4))
* update swc to v1.10.4 ([af1fd9c](https://github.com/nodejs/amaro/commit/af1fd9c3aa795bc9e0adb3907662e8b254899b57))
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amaro",
"version": "0.2.1",
"version": "0.2.2",
"description": "Node.js TypeScript wrapper",
"license": "MIT",
"type": "commonjs",
Expand Down Expand Up @@ -41,7 +41,10 @@
"./strip": "./dist/register-strip.mjs",
"./transform": "./dist/register-transform.mjs"
},
"files": ["dist", "LICENSE.md"],
"files": [
"dist",
"LICENSE.md"
],
"engines": {
"node": ">=22"
}
Expand Down

0 comments on commit feaeda7

Please sign in to comment.