From 605f90cb304c2e8dc29496e5c9e54df0b177f8a3 Mon Sep 17 00:00:00 2001 From: Jake Teton-Landis Date: Mon, 2 Sep 2024 18:57:35 -0400 Subject: [PATCH] changelog --- CHANGELOG.md | 6 ++++++ packages/quickjs-for-quickjs/package.json | 1 + 2 files changed, 7 insertions(+) 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/**/*" ],