Skip to content

Commit

Permalink
all: bump version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kyakdan committed Jan 24, 2023
1 parent bacf244 commit 3e86576
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jazzer.js",
"version": "1.1.0",
"version": "1.2.0",
"description": "Coverage-guided, in-process fuzzing for Node.js",
"homepage": "https://github.com/CodeIntelligenceTesting/jazzer.js#readme",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jazzer.js/core",
"version": "1.1.0",
"version": "1.2.0",
"description": "Jazzer.js CLI",
"homepage": "https://github.com/CodeIntelligenceTesting/jazzer.js#readme",
"author": "Code Intelligence",
Expand Down
2 changes: 1 addition & 1 deletion packages/fuzzer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jazzer.js/fuzzer",
"version": "1.1.0",
"version": "1.2.0",
"description": "Jazzer.js libfuzzer-based fuzzer for Node.js",
"homepage": "https://github.com/CodeIntelligenceTesting/jazzer.js#readme",
"author": "Code Intelligence",
Expand Down
2 changes: 1 addition & 1 deletion packages/hooking/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jazzer.js/hooking",
"version": "1.1.0",
"version": "1.2.0",
"description": "Jazzer.js hooking framework",
"homepage": "https://github.com/CodeIntelligenceTesting/jazzer.js#readme",
"author": "Code Intelligence",
Expand Down
2 changes: 1 addition & 1 deletion packages/instrumentor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jazzer.js/instrumentor",
"version": "1.1.0",
"version": "1.2.0",
"description": "Jazzer.js source code instrumentor",
"homepage": "https://github.com/CodeIntelligenceTesting/jazzer.js#readme",
"author": "Code Intelligence",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jazzer.js/jest-runner",
"version": "1.1.0",
"version": "1.2.0",
"description": "",
"homepage": "https://github.com/CodeIntelligenceTesting/jazzer.js#readme",
"author": "Code Intelligence",
Expand Down

0 comments on commit 3e86576

Please sign in to comment.