diff --git a/CHANGELOG.md b/CHANGELOG.md index a2c7d23..416970c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.1](https://github.com/bbopen/tywrap/compare/v0.4.0...v0.4.1) (2026-04-13) + + +### Bug Fixes + +* **ci:** restore node 22 validation baseline ([#226](https://github.com/bbopen/tywrap/issues/226)) ([037c20c](https://github.com/bbopen/tywrap/commit/037c20c2f66b0b6bfe218b4e3ae02a8859199115)) + ## [0.4.0](https://github.com/bbopen/tywrap/compare/v0.3.1...v0.4.0) (2026-04-12) ### Features diff --git a/package-lock.json b/package-lock.json index cab1e76..9043b31 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tywrap", - "version": "0.4.0", + "version": "0.4.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "tywrap", - "version": "0.4.0", + "version": "0.4.1", "license": "MIT", "dependencies": { "@babel/parser": "^7.29.2", diff --git a/package.json b/package.json index 0d61c1a..729057a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tywrap", - "version": "0.4.0", + "version": "0.4.1", "description": "Generate type-safe TypeScript wrappers for any Python library — Node.js, Deno, Bun, and browsers via Pyodide.", "type": "module", "main": "dist/index.js",