Skip to content

Commit

Permalink
Bump to release version v4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed May 2, 2024
1 parent c2f3251 commit 1fa4268
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 12 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file.

<a name="v4.0.2"></a>
## [v4.0.2](https://github.com/rubensworks/jbr.js/compare/v4.0.1...v4.0.2) - 2024-05-02

### Fixed
* [Listen to child process exit instead of close](https://github.com/rubensworks/jbr.js/commit/c2f3251030d64be0624ff8a6a8d93f59d0050eb5)

<a name="v4.0.1"></a>
## [v4.0.1](https://github.com/rubensworks/jbr.js/compare/v4.0.0...v4.0.1) - 2024-05-02

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"packages/*"
],
"useWorkspaces": true,
"version": "4.0.1",
"version": "4.0.2",
"loglevel": "success",
"registry": "https://registry.npmjs.org/",
"npmClient": "yarn",
Expand Down
4 changes: 2 additions & 2 deletions packages/experiment-solidbench/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jbr-experiment/solidbench",
"version": "4.0.1",
"version": "4.0.2",
"description": "SolidBench experiment handler for JBR",
"main": "index.js",
"typings": "index",
Expand Down Expand Up @@ -59,7 +59,7 @@
"validate": "npm ls"
},
"devDependencies": {
"jbr": "^4.0.1"
"jbr": "^4.0.2"
},
"peerDependencies": {
"jbr": ">=2.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/experiment-watdiv/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jbr-experiment/watdiv",
"version": "4.0.1",
"version": "4.0.2",
"description": "WatDiv experiment handler for JBR",
"main": "index.js",
"typings": "index",
Expand Down Expand Up @@ -56,7 +56,7 @@
"validate": "npm ls"
},
"devDependencies": {
"jbr": "^4.0.1"
"jbr": "^4.0.2"
},
"peerDependencies": {
"jbr": ">=2.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/hook-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jbr-hook/cli",
"version": "4.0.1",
"version": "4.0.2",
"description": "CLI-based hook handler for JBR",
"main": "index.js",
"typings": "index",
Expand Down Expand Up @@ -56,7 +56,7 @@
"validate": "npm ls"
},
"devDependencies": {
"jbr": "^4.0.1"
"jbr": "^4.0.2"
},
"peerDependencies": {
"jbr": ">=2.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/hook-sparql-endpoint-comunica/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jbr-hook/sparql-endpoint-comunica",
"version": "4.0.1",
"version": "4.0.2",
"description": "Comunica SPARQL endpoint hook handler for JBR",
"main": "index.js",
"typings": "index",
Expand Down Expand Up @@ -57,7 +57,7 @@
"validate": "npm ls"
},
"devDependencies": {
"jbr": "^4.0.1"
"jbr": "^4.0.2"
},
"peerDependencies": {
"jbr": ">=2.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/hook-sparql-endpoint-ldf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jbr-hook/sparql-endpoint-ldf",
"version": "4.0.1",
"version": "4.0.2",
"description": "LDF Server SPARQL endpoint hook handler for JBR",
"main": "index.js",
"typings": "index",
Expand Down Expand Up @@ -58,7 +58,7 @@
"validate": "npm ls"
},
"devDependencies": {
"jbr": "^4.0.1"
"jbr": "^4.0.2"
},
"peerDependencies": {
"jbr": ">=2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/jbr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jbr",
"version": "4.0.1",
"version": "4.0.2",
"description": "Just a Benchmark Runner",
"main": "index.js",
"typings": "index",
Expand Down

0 comments on commit 1fa4268

Please sign in to comment.