diff --git a/app/package-lock.json b/app/package-lock.json index 016da9143..88283db33 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -1,6 +1,6 @@ { "name": "kactus", - "version": "0.1.16", + "version": "0.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/app/package.json b/app/package.json index 204725436..abaddc9ed 100644 --- a/app/package.json +++ b/app/package.json @@ -3,7 +3,7 @@ "productName": "Kactus", "bundleID": "io.kactus.KactusClient", "companyName": "Kactus.io", - "version": "0.1.16", + "version": "0.2.0", "main": "./main.js", "repository": { "type": "git", diff --git a/changelog.json b/changelog.json index 2a3723907..35a128126 100644 --- a/changelog.json +++ b/changelog.json @@ -1,6 +1,15 @@ { "unreleased": [], "releases": { + "0.2.0": [ + "[New] You can now use any git server (BitBucket, Gitlab, self-hosted, etc.)!", + "[New] Adds short-cut to open terminal", + "[Improved] Add a loading git status indicator", + "[Improved] Add an options menu to the Commit Summary component", + "[Improved] Only enable Reload for dev builds", + "[Improved] Handle updating a premium subscription to an enterprise subscription", + "[Fixed] Fixed a bug where the unlock status wouldn't be set right after unlocking and necessitate a restart of Kactus" + ], "0.1.16": [ "[Fixed] Fix a bug when a page contained a `/`", "[Improved] Add a separate loading indicator on each sketch file", diff --git a/plugin/package-lock.json b/plugin/package-lock.json index bce870cd7..0a64c19e2 100644 --- a/plugin/package-lock.json +++ b/plugin/package-lock.json @@ -1,6 +1,6 @@ { "name": "kactus", - "version": "0.1.16", + "version": "0.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/plugin/package.json b/plugin/package.json index a381cda3a..ddc1dcd4a 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "kactus", - "version": "0.1.16", + "version": "0.2.0", "description": "Kactus plugin", "main": "../out/plugin.sketchplugin", "scripts": {