Skip to content

Commit efd7de6

Browse files
committed
v0.3.29
1 parent fca91ea commit efd7de6

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

app/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/package.json

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

changelog.json

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"unreleased": [],
33
"releases": {
4+
"0.3.29": [
5+
"[Fixed] Prevent a bug where the changes' list could grow forever"
6+
],
47
"0.3.28": [
58
"[Fixed] Prevent a bug where the changes' list could grow forever"
69
],

plugin/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kactus",
3-
"version": "0.3.26",
3+
"version": "0.3.29",
44
"skpm": {
55
"description": "A proper version control tool for designers",
66
"main": "../out/plugin.sketchplugin",

0 commit comments

Comments
 (0)