Skip to content

Commit

Permalink
version 0.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieudutour committed Sep 27, 2017
1 parent cfd7ad6 commit c2777fe
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
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.2.8",
"version": "0.2.9",
"main": "./main.js",
"repository": {
"type": "git",
Expand Down
5 changes: 5 additions & 0 deletions changelog.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
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.2.8",
"version": "0.2.9",
"description": "Kactus plugin",
"main": "../out/plugin.sketchplugin",
"scripts": {
Expand Down

0 comments on commit c2777fe

Please sign in to comment.