diff --git a/changelog.md b/changelog.md index de1144f..a61b18d 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 0.1.0 + +Breaking changes: + +* Rewrite + ## 0.0.2 Features: diff --git a/package-lock.json b/package-lock.json index 62dd88f..8a86b24 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@overlook/plugin-react-root", - "version": "0.0.2", + "version": "0.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c2092eb..922b440 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@overlook/plugin-react-root", - "version": "0.0.2", + "version": "0.1.0", "description": "Overlook framework React root plugin", "main": "index.js", "module": "es/index.js",