We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12fdf07 commit 3bffeacCopy full SHA for 3bffeac
CHANGELOG.md
@@ -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
8
# 2.1.0 (2021-02-08)
9
10
Changes:
@@ -9,7 +16,7 @@ Changes:
16
17
Fixes:
11
18
12
-- Update the web site
19
+- Update the website
13
20
- Add ES module build to JS package
14
21
15
22
# 2.0.1 (2021-02-01)
packages/recheck/package.json
@@ -5,7 +5,7 @@
"author": "TSUYUSATO Kitsune <make.just.on@gmail.com>",
"homepage": "https://makenowjust-labo.github.io/recheck/",
"repository": "https://github.com/MakeNowJust-Labo/recheck.git",
- "version": "2.1.0",
+ "version": "3.0.0",
"main": "recheck.bundle.js",
"module": "recheck.js",
"types": "index.d.ts",
0 commit comments