Skip to content

Commit 89bfde7

Browse files
committed
Prepare 6.3.4 release
1 parent 781ea66 commit 89bfde7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# JSROOT changelog
22

3-
## Changes in 6.3.x
3+
## Changes in 6.3.4
44
1. Fix bug in handling superimposing items via URL syntax
55
2. Enable geometry clipping in node.js
66
3. Upgrade node.js packages

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsroot",
3-
"version": "6.3.3",
3+
"version": "6.3.4",
44
"engines": {
55
"node": ">=0.10"
66
},

scripts/JSRoot.core.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,11 @@
100100
/** @summary JSROOT version id
101101
* @desc For the JSROOT release the string in format "major.minor.patch" like "6.3.0"
102102
* For the ROOT release string is "ROOT major.minor.patch" like "ROOT 6.26.00" */
103-
JSROOT.version_id = "6.3.x";
103+
JSROOT.version_id = "6.3.4";
104104

105105
/** @summary JSROOT version date
106106
* @desc Release date in format day/month/year like "19/11/2021" */
107-
JSROOT.version_date = "14/02/2022";
107+
JSROOT.version_date = "15/02/2022";
108108

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

0 commit comments

Comments
 (0)