Skip to content

Commit

Permalink
Bump to release version v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Feb 6, 2023
1 parent 39e9b3a commit 1ba9c13
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 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="v2.4.0"></a>
## [v2.4.0](https://github.com/rubensworks/jbr.js/compare/v2.3.1...v2.4.0) - 2023-02-06

### Added
* [Add queryTimeoutFallback to experiments](https://github.com/rubensworks/jbr.js/commit/39e9b3a49d35726cdfd1f9118b372701d1d0a227)

<a name="v2.3.1"></a>
## [v2.3.1](https://github.com/rubensworks/jbr.js/compare/v2.3.0...v2.3.1) - 2023-01-12

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.3.1",
"version": "2.4.0",
"loglevel": "success",
"registry": "https://registry.npmjs.org/",
"npmClient": "yarn",
Expand Down
2 changes: 1 addition & 1 deletion 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.3.1",
"version": "2.4.0",
"description": "SolidBench experiment handler for JBR",
"main": "index.js",
"typings": "index",
Expand Down
2 changes: 1 addition & 1 deletion 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.3.1",
"version": "2.4.0",
"description": "WatDiv experiment handler for JBR",
"main": "index.js",
"typings": "index",
Expand Down

0 comments on commit 1ba9c13

Please sign in to comment.