diff --git a/CHANGELOG.md b/CHANGELOG.md index 076871135..0f2f033d4 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.13.0] - 2020-10-29 ### Added - [#871](https://github.com/plotly/dash-core-components/pull/871) Add Julia syntax highlighting support for dcc.Markdown diff --git a/package-lock.json b/package-lock.json index eb51cd63f..160a776e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "dash-core-components", - "version": "1.12.1", + "version": "1.13.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7bbf5c9c8..04beba150 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dash-core-components", - "version": "1.12.1", + "version": "1.13.0", "description": "Core component suite for Dash", "repository": { "type": "git",