diff --git a/app/package.json b/app/package.json index 3259dd7bb..699d4a94e 100644 --- a/app/package.json +++ b/app/package.json @@ -3,7 +3,7 @@ "productName": "Kactus", "bundleID": "io.kactus.KactusClient", "companyName": "Kactus.io", - "version": "0.1.0-alpha5", + "version": "0.1.0-alpha6", "main": "./main.js", "repository": { "type": "git", diff --git a/changelog.json b/changelog.json index 240ca1f05..459d25eb0 100644 --- a/changelog.json +++ b/changelog.json @@ -1,6 +1,10 @@ { "unreleased": [], "releases": { + "0.1.0-alpha6": [ + "[New] Add a sketch plugin to open the file in Kactus", + "[Fixed] Correct URL for the usage reporting" + ], "0.1.0-alpha5": [ "[New] Create a new sketch file with all the kactus options" ],