Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading