Skip to content

Commit 228f6a1

Browse files
committed
version 0.2.4
1 parent aad9e79 commit 228f6a1

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

app/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"productName": "Kactus",
44
"bundleID": "io.kactus.KactusClient",
55
"companyName": "Kactus.io",
6-
"version": "0.2.3",
6+
"version": "0.2.4",
77
"main": "./main.js",
88
"repository": {
99
"type": "git",

changelog.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
{
22
"unreleased": [],
33
"releases": {
4+
"0.2.4": [
5+
"[New] Changed files in a sketch file are now grouped in a tree.",
6+
"[Improved] Added a loading indicator when generating the diffs",
7+
"[Fixed] Create folders to new sketch file if needed"
8+
],
49
"0.2.3": [
510
"[New] Can choose whether a branch should be deleted on the remote as well as locally",
611
"[New] Added the ability to revert a commit",

plugin/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kactus",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"description": "Kactus plugin",
55
"main": "../out/plugin.sketchplugin",
66
"scripts": {

0 commit comments

Comments
 (0)