Skip to content

Commit

Permalink
version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieudutour committed Aug 3, 2017
1 parent fc6b277 commit 318415e
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
9 changes: 9 additions & 0 deletions changelog.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion plugin/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kactus",
"version": "0.1.16",
"version": "0.2.0",
"description": "Kactus plugin",
"main": "../out/plugin.sketchplugin",
"scripts": {
Expand Down

0 comments on commit 318415e

Please sign in to comment.