From efd7de6e15ecc06dd343a1ecb3291123d0b96e43 Mon Sep 17 00:00:00 2001 From: Mathieu Dutour Date: Fri, 3 Apr 2020 09:49:33 +0200 Subject: [PATCH] v0.3.29 --- app/package-lock.json | 2 +- app/package.json | 2 +- changelog.json | 3 +++ plugin/package-lock.json | 2 +- plugin/package.json | 2 +- 5 files changed, 7 insertions(+), 4 deletions(-) diff --git a/app/package-lock.json b/app/package-lock.json index f09cd4a1a..4732a75c0 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -1,6 +1,6 @@ { "name": "kactus", - "version": "0.3.28", + "version": "0.3.29", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/app/package.json b/app/package.json index 1176ce9c6..a704cd826 100644 --- a/app/package.json +++ b/app/package.json @@ -3,7 +3,7 @@ "productName": "Kactus", "bundleID": "io.kactus.KactusClient", "companyName": "Kactus.io", - "version": "0.3.28", + "version": "0.3.29", "main": "./main.js", "repository": { "type": "git", diff --git a/changelog.json b/changelog.json index 274243b92..040ccf609 100644 --- a/changelog.json +++ b/changelog.json @@ -1,6 +1,9 @@ { "unreleased": [], "releases": { + "0.3.29": [ + "[Fixed] Prevent a bug where the changes' list could grow forever" + ], "0.3.28": [ "[Fixed] Prevent a bug where the changes' list could grow forever" ], diff --git a/plugin/package-lock.json b/plugin/package-lock.json index be9ad06f4..c5e1e66fe 100644 --- a/plugin/package-lock.json +++ b/plugin/package-lock.json @@ -1,6 +1,6 @@ { "name": "kactus", - "version": "0.3.26", + "version": "0.3.29", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/plugin/package.json b/plugin/package.json index 948f193df..ffff5fca5 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "kactus", - "version": "0.3.26", + "version": "0.3.29", "skpm": { "description": "A proper version control tool for designers", "main": "../out/plugin.sketchplugin",