diff --git a/app/package-lock.json b/app/package-lock.json index a3426cce3..b5d53a11f 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -1,6 +1,6 @@ { "name": "kactus", - "version": "0.2.3", + "version": "0.2.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/app/package.json b/app/package.json index 187540b54..25a89d1f8 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.3", + "version": "0.2.4", "main": "./main.js", "repository": { "type": "git", diff --git a/changelog.json b/changelog.json index b42fea746..b029b1cbc 100644 --- a/changelog.json +++ b/changelog.json @@ -1,6 +1,11 @@ { "unreleased": [], "releases": { + "0.2.4": [ + "[New] Changed files in a sketch file are now grouped in a tree.", + "[Improved] Added a loading indicator when generating the diffs", + "[Fixed] Create folders to new sketch file if needed" + ], "0.2.3": [ "[New] Can choose whether a branch should be deleted on the remote as well as locally", "[New] Added the ability to revert a commit", diff --git a/plugin/package-lock.json b/plugin/package-lock.json index d1af69175..bc43f9e8e 100644 --- a/plugin/package-lock.json +++ b/plugin/package-lock.json @@ -1,6 +1,6 @@ { "name": "kactus", - "version": "0.2.3", + "version": "0.2.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/plugin/package.json b/plugin/package.json index ccab08c64..f26dd935f 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "kactus", - "version": "0.2.3", + "version": "0.2.4", "description": "Kactus plugin", "main": "../out/plugin.sketchplugin", "scripts": {