diff --git a/CHANGELOG.md b/CHANGELOG.md index 9840c821..2a27441a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), enforced with [semantic-release](https://github.com/semantic-release/semantic-release). +# [1.0.0](https://github.com/thibaudcolas/draftjs-conductor/compare/v0.5.2...v1.0.0) (2019-08-14) + +> This release is functionally identical to `v0.5.2`. + +The project has reached a high-enough level of stability to be used in production, and breaking changes will now be reflected via major version changes. + ## [0.5.2](https://github.com/thibaudcolas/draftjs-conductor/compare/v0.5.1...v0.5.2) (2019-08-13) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 2fc10ca9..37d27c94 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "draftjs-conductor", - "version": "0.5.2", + "version": "1.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b1b8fac3..a8fa1d7e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "draftjs-conductor", - "version": "0.5.2", + "version": "1.0.0", "description": "📝✨ Little Draft.js helpers to make rich text editors “just work”", "author": "Thibaud Colas", "license": "MIT",