Skip to content

Commit dadad32

Browse files
committed
version 0.2.5
1 parent ed00942 commit dadad32

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-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.4",
6+
"version": "0.2.5",
77
"main": "./main.js",
88
"repository": {
99
"type": "git",

changelog.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
22
"unreleased": [],
33
"releases": {
4+
"0.2.5": [
5+
"[Improved] Indent files in a sketch file",
6+
"[Improved] Added cta in accounts to unlock kactus",
7+
"[Fixed] Safer parsing of sketch part (#49)",
8+
"[Fixed] Changed link to help (#50)"
9+
],
410
"0.2.4": [
511
"[New] Changed files in a sketch file are now grouped in a tree.",
612
"[Improved] Added a loading indicator when generating the diffs",

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.4",
3+
"version": "0.2.5",
44
"description": "Kactus plugin",
55
"main": "../out/plugin.sketchplugin",
66
"scripts": {

0 commit comments

Comments
 (0)