From c2777fe852024703cab3b1d786ef716ea06aeb70 Mon Sep 17 00:00:00 2001 From: Mathieu Dutour Date: Wed, 27 Sep 2017 13:28:53 +0200 Subject: [PATCH] version 0.2.9 --- app/package.json | 2 +- changelog.json | 5 +++++ plugin/package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/app/package.json b/app/package.json index 503abef0b..aa8a8f889 100644 --- a/app/package.json +++ b/app/package.json @@ -3,7 +3,7 @@ "productName": "Kactus", "bundleID": "io.kactus.KactusClient", "companyName": "Kactus.io", - "version": "0.2.8", + "version": "0.2.9", "main": "./main.js", "repository": { "type": "git", diff --git a/changelog.json b/changelog.json index 0e1557930..5fdaaeb73 100644 --- a/changelog.json +++ b/changelog.json @@ -1,6 +1,11 @@ { "unreleased": [], "releases": { + "0.2.9": [ + "[New] Add ability to cancel a premium subscription from the app", + "[Improved] Check wether sketch files are ignored when add an existing repo", + "[Fixed] Fix washed out icon on High Sierra" + ], "0.2.8": [ "[New] Store the Sketch version used so that Sketch always uses the latest features and do not tries to transform the file", "[Improved] Big performance improvements when showing diffs: around 50% for completely new diffs and nearly instant for already seen diffs" diff --git a/plugin/package.json b/plugin/package.json index cf8364db0..c9fe59eb9 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "kactus", - "version": "0.2.8", + "version": "0.2.9", "description": "Kactus plugin", "main": "../out/plugin.sketchplugin", "scripts": {