From 5d43f11cf3562a1fa78d1d5398a1a0a891a56375 Mon Sep 17 00:00:00 2001 From: overlookmotel Date: Sat, 3 Oct 2020 20:45:49 +0100 Subject: [PATCH] v0.1.0 --- changelog.md | 6 ++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) 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",