Skip to content

Commit

Permalink
Bump to release version v2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Feb 9, 2023
1 parent a9da295 commit e5e806f
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 10 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Changelog
All notable changes to this project will be documented in this file.

<a name="v2.6.0"></a>
## [v2.6.0](https://github.com/rubensworks/jbr.js/compare/v2.5.1...v2.6.0) - 2023-02-09

### Added
* [Allow prepare task to be run for single combination](https://github.com/rubensworks/jbr.js/commit/9b8764f29caea47382c91bcccea50e58cdf74be1)

### Fixed
* [Fix user aborted request errors](https://github.com/rubensworks/jbr.js/commit/a9da2959d56142f260a5a8eb05cb3e4d3c8a8753)

<a name="v2.5.1"></a>
## [v2.5.1](https://github.com/rubensworks/jbr.js/compare/v2.5.0...v2.5.1) - 2023-02-08

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": "2.5.1",
"version": "2.6.0",
"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": "2.5.1",
"version": "2.6.0",
"description": "SolidBench experiment handler for JBR",
"main": "index.js",
"typings": "index",
Expand Down Expand Up @@ -59,7 +59,7 @@
"validate": "npm ls"
},
"devDependencies": {
"jbr": "^2.5.1"
"jbr": "^2.6.0"
},
"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": "2.5.1",
"version": "2.6.0",
"description": "WatDiv experiment handler for JBR",
"main": "index.js",
"typings": "index",
Expand Down Expand Up @@ -56,7 +56,7 @@
"validate": "npm ls"
},
"devDependencies": {
"jbr": "^2.5.1"
"jbr": "^2.6.0"
},
"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": "2.5.1",
"version": "2.6.0",
"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": "^2.5.1"
"jbr": "^2.6.0"
},
"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": "2.5.1",
"version": "2.6.0",
"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": "^2.5.1"
"jbr": "^2.6.0"
},
"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": "2.5.1",
"version": "2.6.0",
"description": "Just a Benchmark Runner",
"main": "index.js",
"typings": "index",
Expand Down

0 comments on commit e5e806f

Please sign in to comment.