Skip to content

Commit 04498f9

Browse files
committed
update changelog for 0.21.1
1 parent e6e376b commit 04498f9

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGELOG.md

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

3+
## v0.21.1
4+
5+
- [#66](https://github.com/justjake/quickjs-emscripten/pull/66) (thanks to @BickelLukas) fixes `ReferenceError` when running in browser due to `global.process`
6+
37
## v0.21.0
48

59
- [#61](https://github.com/justjake/quickjs-emscripten/pull/61) (thanks to @torywheelwright):

examples/typescript-smoketest/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/typescript-smoketest/yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44

55
"quickjs-emscripten@file:../../build/quickjs-emscripten.tgz":
6-
"integrity" "sha512-rLSyAy4CyyKHen3/WhH2/ok7aDh00OiMKBatpJQnXndKtx9DZkVk908zNksTa+h/f/wxOEDPDK3jBuInFxbxvA=="
6+
"integrity" "sha512-U+tgZEDv7qE8v68mp9amKnv7Am3bXL8OSDQdtFUKx75LCJYr/UdZGNy8NFvKHFBu0dtvm1L+bKu4wlcV0j4eQg=="
77
"resolved" "file:../../build/quickjs-emscripten.tgz"
8-
"version" "0.21.0"
8+
"version" "0.21.1"
99

1010
1111
"integrity" "sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA=="

0 commit comments

Comments
 (0)