diff --git a/CHANGELOG.md b/CHANGELOG.md index 39b8ed6a..5a9e6224 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,11 @@ ## Unreleased -## Unreleased – v2.0.0 +## [[v2.0.0]](https://github.com/springload/draftail/releases/tag/v2.0.0) -> This release contains **breaking changes**. - -> Documentation: [draftail.org/docs/next/getting-started](https://www.draftail.org/docs/next/getting-started) +> This release contains **breaking changes** compared to v1.4.1. It’s identical to the v2.0.0-rc.6 pre-release. +> +> Documentation: [Getting started](https://www.draftail.org/docs/getting-started) ### Added diff --git a/package-lock.json b/package-lock.json index afccc3c5..9ef33b92 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "draftail", - "version": "2.0.0-rc.6", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "draftail", - "version": "2.0.0-rc.6", + "version": "2.0.0", "license": "MIT", "dependencies": { "@tippyjs/react": "^4.2.6", diff --git a/package.json b/package.json index 9f9779ad..026d0d80 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "draftail", - "version": "2.0.0-rc.6", + "version": "2.0.0", "description": "📝🍸 A configurable rich text editor built with Draft.js", "author": "Springload", "license": "MIT",