Skip to content

Commit

Permalink
Starting 7.7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
linev committed Sep 18, 2024
1 parent 358e9dc commit e400c99
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions changes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# JSROOT changelog

## Changes in 7.7.4
1. Fix - TGraph Y range selection, do not cross 0


## Changes in 7.7.3
1. Fix - correctly handle in I/O empty std::map
2. Fix - reading of small (<1KB) ROOT files
Expand Down
4 changes: 2 additions & 2 deletions modules/core.mjs
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/** @summary version id
* @desc For the JSROOT release the string in format 'major.minor.patch' like '7.0.0' */
const version_id = '7.7.3',
const version_id = '7.7.x',

/** @summary version date
* @desc Release date in format day/month/year like '14/04/2022' */
version_date = '23/08/2024',
version_date = '18/09/2024',

/** @summary version id and date
* @desc Produced by concatenation of {@link version_id} and {@link version_date}
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": "7.7.3",
"version": "7.7.4",
"engines": {
"node": ">= 0.18.0"
},
Expand Down

0 comments on commit e400c99

Please sign in to comment.