From 678340c5595da196befb20bba4cd4d2e3e758ea1 Mon Sep 17 00:00:00 2001 From: Jake Teton-Landis Date: Sat, 7 Sep 2024 15:54:27 -0400 Subject: [PATCH] update changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b1f2c8e..d268c48e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Changelog -## v0.30.1 +## v0.31.0 - [#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. + - **Possibly breaking**: Fix a build system bug that made commonjs or esm variants include both types, thus being larger than they needed to be. After upgrading a variant to this release, you should verify that it can be imported/required as expected. You may need to add additional variants if you were using an "esm" variant from both cjs and esm. ## v0.30.0