Skip to content

Commit

Permalink
Update changelog, prepare for 6.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
linev committed Mar 1, 2021
1 parent 3c830c4 commit a2a375d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions changes.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# JSROOT changelog

## Changes in 6.0.x
## Changes in 6.0.1

1. Fix problem with matrix calculations in Eve classes (#206)
2. Fix errors in TNodejsFile (#208)
3. Fit TGraph tooltip handling
3. Fit TGraph tooltips handling
4. Fit TH2Poly tooltips handling


## Changes in 6.0.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsroot",
"version": "6.0.0",
"version": "6.0.1",
"engines": {
"node": ">=0.12"
},
Expand Down
4 changes: 2 additions & 2 deletions scripts/JSRoot.core.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,11 @@
/** @summary JSROOT version id
* @desc For the JSROOT release the string in format "major.minor.patch" like "6.0.0"
* For the ROOT release string is "ROOT major.minor.patch" like "ROOT 6.24.00" */
JSROOT.version_id = "6.0.0";
JSROOT.version_id = "6.0.1";

/** @summary JSROOT version date
* @desc Release date in format day/month/year like "6/01/2021"*/
JSROOT.version_date = "14/01/2021";
JSROOT.version_date = "1/03/2021";

/** @summary JSROOT version id and date
* @desc Produced by concatenation of {@link JSROOT.version_id} and {@link JSROOT.version_date}
Expand Down

0 comments on commit a2a375d

Please sign in to comment.