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",