Skip to content

Commit 605f90c

Browse files
committed
changelog
1 parent a2acb05 commit 605f90c

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v0.30.1
4+
5+
- [#137](https://github.com/justjake/quickjs-emscripten/pull/137)
6+
- Add `quickjs-for-quickjs`, a package that can run inside quickjs, so you can put quickjs inside your quickjs.
7+
- Fix a build system bug that made commonjs or esm variants include both types, thus being larger than they needed to be.
8+
39
## v0.30.0
410

511
- [#200](https://github.com/justjake/quickjs-emscripten/pull/200) Inspect and iterate handles, equality, changes to result types, changes to debug logging.

packages/quickjs-for-quickjs/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
},
1818
"files": [
1919
"LICENSE",
20+
"yodawg.jpg",
2021
"example/**/*",
2122
"dist/**/*"
2223
],

0 commit comments

Comments
 (0)