From 24eab0202f515edfd6ec4ae65a50aefca6dc8125 Mon Sep 17 00:00:00 2001 From: ph1p Date: Thu, 6 Feb 2020 18:15:50 +0100 Subject: [PATCH] 1.1.0 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91ae8a3..34b7516 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ +## 1.1.0 (2020-02-06) + +* feat(expanded): collapse all new created elements by default ([b910fb9](https://github.com/ph1p/figma-measure/commit/b910fb9)) +* build(deps): update dependencies ([d24407f](https://github.com/ph1p/figma-measure/commit/d24407f)) + + + ## 1.0.1 (2020-02-06) +* 1.0.1 ([f3ff479](https://github.com/ph1p/figma-measure/commit/f3ff479)) * feat(relaunch): select multiple elements ([c68228e](https://github.com/ph1p/figma-measure/commit/c68228e)) * refactor: remove some code ([9366dde](https://github.com/ph1p/figma-measure/commit/9366dde)) * docs: update readme and ui image ([55efc92](https://github.com/ph1p/figma-measure/commit/55efc92)) diff --git a/package-lock.json b/package-lock.json index fc3df0f..3f52e49 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "figma-measure", - "version": "1.0.1", + "version": "1.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 08a8fc9..ac7289e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "figma-measure", - "version": "1.0.1", + "version": "1.1.0", "description": "", "main": "code.js", "scripts": {