Skip to content

Commit 3bffeac

Browse files
committed
v3.0.0
1 parent 12fdf07 commit 3bffeac

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 3.0.0 (2021-04-14)
2+
3+
Changes:
4+
5+
- Add a new VM implementation for fuzzing :tada:
6+
- acceleration mode & opt-in analysis
7+
18
# 2.1.0 (2021-02-08)
29

310
Changes:
@@ -9,7 +16,7 @@ Changes:
916

1017
Fixes:
1118

12-
- Update the web site
19+
- Update the website
1320
- Add ES module build to JS package
1421

1522
# 2.0.1 (2021-02-01)

packages/recheck/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "TSUYUSATO Kitsune <make.just.on@gmail.com>",
66
"homepage": "https://makenowjust-labo.github.io/recheck/",
77
"repository": "https://github.com/MakeNowJust-Labo/recheck.git",
8-
"version": "2.1.0",
8+
"version": "3.0.0",
99
"main": "recheck.bundle.js",
1010
"module": "recheck.js",
1111
"types": "index.d.ts",

0 commit comments

Comments
 (0)