Skip to content

Commit 20a885c

Browse files
committed
Prepare 7.5.5 release
1 parent 5d2356d commit 20a885c

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

build/jsroot.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ typeof define === 'function' && define.amd ? define(['exports'], factory) :
77

88
/** @summary version id
99
* @desc For the JSROOT release the string in format 'major.minor.patch' like '7.0.0' */
10-
const version_id = '7.5.x',
10+
const version_id = '7.5.5',
1111

1212
/** @summary version date
1313
* @desc Release date in format day/month/year like '14/04/2022' */

changes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# JSROOT changelog
22

3-
## Changes in 7.5.x
3+
## Changes in 7.5.5
44
1. Fix - abort tree draw operation faster
55
2. Fix - support plain TRI option for TGraph2D
6+
3. Fix - use latest npm "gl" module
67

78

89
## Changes in 7.5.4

modules/core.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/** @summary version id
22
* @desc For the JSROOT release the string in format 'major.minor.patch' like '7.0.0' */
3-
const version_id = '7.5.x',
3+
const version_id = '7.5.5',
44

55
/** @summary version date
66
* @desc Release date in format day/month/year like '14/04/2022' */

0 commit comments

Comments
 (0)