Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
justjake committed Sep 2, 2024
1 parent a2acb05 commit 605f90c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
1 change: 1 addition & 0 deletions packages/quickjs-for-quickjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
},
"files": [
"LICENSE",
"yodawg.jpg",
"example/**/*",
"dist/**/*"
],
Expand Down

0 comments on commit 605f90c

Please sign in to comment.