From d6f63589c8f7bde4170f66ca2898b224420762be Mon Sep 17 00:00:00 2001 From: Alexander Wunschik Date: Sun, 19 Mar 2017 11:03:52 +0100 Subject: [PATCH] Release v4.19.1 --- HISTORY.md | 14 +++++++++++++- package.json | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index bb032ebe..23e8c72f 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,8 +1,20 @@ # vis.js history http://visjs.org +## 2017-03-19, version 4.19.1 -## 2017-02-25, version 4.19.0 +### General + +* FIX: #2685 Fixed babel dependencies (#2875) + +### Timeline / Graph2D + +* FIX #2809: Fix docs typo in "showNested" (#2879) +* FIX #2594: Fixes for removing and adding items to subgroups (#2821) +* FIX: Allow nested groups to be removed (#2852) + + +## 2017-03-18, version 4.19.0 ### General diff --git a/package.json b/package.json index 383c4c07..b46c66a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vis", - "version": "4.19.0-SNAPSHOT", + "version": "4.19.1", "description": "A dynamic, browser-based visualization library.", "homepage": "http://visjs.org/", "license": "(Apache-2.0 OR MIT)",