Skip to content

Commit

Permalink
Release 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oetr committed Jun 27, 2023
1 parent e05c2ee commit 02b29e0
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 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.5.0",
"version": "1.5.1",
"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/bug-detectors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jazzer.js/bug-detectors",
"version": "1.5.0",
"version": "1.5.1",
"description": "Jazzer.js bug detectors",
"homepage": "https://github.com/CodeIntelligenceTesting/jazzer.js#readme",
"author": "Code Intelligence",
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.5.0",
"version": "1.5.1",
"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.5.0",
"version": "1.5.1",
"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.5.0",
"version": "1.5.1",
"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.5.0",
"version": "1.5.1",
"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.5.0",
"version": "1.5.1",
"description": "",
"homepage": "https://github.com/CodeIntelligenceTesting/jazzer.js#readme",
"author": "Code Intelligence",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-runner/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ the following example:
```typescript
// file: "Target.fuzz.ts
// Import the fuzz testing extension to compile TS code.
import "@jazzer.js/jest-runner/jest-extension";
import "@jazzer.js/jest-runner";
import * as target from "./target";

describe("Target", () => {
Expand Down

0 comments on commit 02b29e0

Please sign in to comment.