diff --git a/CHANGELOG.md b/CHANGELOG.md index 53a8041c..7f090ca4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ ## Unreleased +## [[v1.0.0]](https://github.com/springload/draftail/releases/tag/v1.0.0) + +> This release is functionally identical to the last one, `v0.17.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. + ## [[v0.17.2]](https://github.com/springload/draftail/releases/tag/v0.17.2) ### Changed diff --git a/package-lock.json b/package-lock.json index 1f1fd72a..209547b7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "draftail", - "version": "0.17.2", + "version": "1.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a6e14d12..88c3bb8b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "draftail", - "version": "0.17.2", + "version": "1.0.0", "description": "📝🍸 A configurable rich text editor based on Draft.js, built for Wagtail", "author": "Springload", "license": "MIT",