From 64e1a7f990e24f0054a940f647ff4e5c09fd1ed7 Mon Sep 17 00:00:00 2001 From: Sergey Linev Date: Fri, 6 Jul 2018 10:57:45 +0200 Subject: [PATCH] prepare 5.4.3 --- changes.md | 2 +- package.json | 2 +- scripts/JSRootCore.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/changes.md b/changes.md index 82a3650fe..6160956fc 100644 --- a/changes.md +++ b/changes.md @@ -1,6 +1,6 @@ # JSROOT changelog -## Changes in 5.4.x +## Changes in 5.4.3 1. Fix - draw functions also when histogram "same" option used (#159) 2. Fix - when draw histogram as markers improve optimization algorithm 3. Fix - correct histogram Y-axis range selection in logarithmic scale diff --git a/package.json b/package.json index 4a7b938ae..aa8c3400b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jsroot", - "version": "5.4.2", + "version": "5.4.3", "description": "JavaScript ROOT", "homepage": "https://root.cern/js/", "main": "./scripts/JSRootCore.js", diff --git a/scripts/JSRootCore.js b/scripts/JSRootCore.js index 7c1777727..5c51ee0ec 100644 --- a/scripts/JSRootCore.js +++ b/scripts/JSRootCore.js @@ -99,7 +99,7 @@ "use strict"; - JSROOT.version = "5.4.2 29/05/2018"; + JSROOT.version = "5.4.3 6/07/2018"; JSROOT.source_dir = ""; JSROOT.source_min = false;