diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fad84e5..9b1f2c8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v0.30.1 + +- [#137](https://github.com/justjake/quickjs-emscripten/pull/137) + - Add `quickjs-for-quickjs`, a package that can run inside quickjs, so you can put quickjs inside your quickjs. + - Fix a build system bug that made commonjs or esm variants include both types, thus being larger than they needed to be. + ## v0.30.0 - [#200](https://github.com/justjake/quickjs-emscripten/pull/200) Inspect and iterate handles, equality, changes to result types, changes to debug logging. diff --git a/packages/quickjs-for-quickjs/package.json b/packages/quickjs-for-quickjs/package.json index d8685283..2c804a48 100644 --- a/packages/quickjs-for-quickjs/package.json +++ b/packages/quickjs-for-quickjs/package.json @@ -17,6 +17,7 @@ }, "files": [ "LICENSE", + "yodawg.jpg", "example/**/*", "dist/**/*" ],