From fa442f08441f480b2bcd85e4cd6e239dc1263e77 Mon Sep 17 00:00:00 2001 From: harrisonn Date: Wed, 9 Dec 2020 10:15:45 -0500 Subject: [PATCH] version bump 1.14.1, changelog --- CHANGELOG.md | 2 +- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25bde71cd..8671b0626 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [Unreleased] +## [1.14.1] - 2020-12-09 ### Updated - [#898](https://github.com/plotly/dash-core-components/pull/898) - Patch Release [1.58.2](https://github.com/plotly/plotly.js/releases/tag/v1.58.2) diff --git a/package-lock.json b/package-lock.json index 22649026b..8dbabc238 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "dash-core-components", - "version": "1.14.0", + "version": "1.14.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d587ea233..ac21e0d30 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dash-core-components", - "version": "1.14.0", + "version": "1.14.1", "description": "Core component suite for Dash", "repository": { "type": "git",