Skip to content

Commit e5f7364

Browse files
chore: release 0.4.2 (#26)
* chore: release 0.4.2 * bump monkey-wasm version Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Jiawen Geng <[email protected]>
1 parent 31dad4e commit e5f7364

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

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

3+
### [0.4.2](https://www.github.com/gengjiawen/monkey-rust/compare/v0.4.1...v0.4.2) (2021-01-07)
4+
5+
6+
### Bug Fixes
7+
8+
* remove unused interface ([31dad4e](https://www.github.com/gengjiawen/monkey-rust/commit/31dad4ef02ca27e5fe0a01a99ccd711cbaaccd50))
9+
* use latest Node.js LTS for release ([13394bf](https://www.github.com/gengjiawen/monkey-rust/commit/13394bfd17b39ba4d282126b10b3ea939ee5578b))
10+
311
### [0.4.1](https://www.github.com/gengjiawen/monkey-rust/compare/v0.4.0...v0.4.1) (2021-01-05)
412

513

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.1
1+
0.4.2

wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "monkey-wasm"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
description = "monkey lang parser wasm version"
55
homepage = "https://github.com/gengjiawen/monkey-rust"
66
repository = "https://github.com/gengjiawen/monkey-rust"

0 commit comments

Comments
 (0)