Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
justjake committed Sep 7, 2024
1 parent e77850d commit 678340c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 678340c

Please sign in to comment.