diff --git a/CHANGELOG.md b/CHANGELOG.md index dba425e..c703aec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.1](https://github.com/lyne-design-system/lyne-helper-figma-api/compare/v1.1.0...v1.1.1) (2020-09-13) + + +### Bug Fixes + +* use target node ([cfc12ff](https://github.com/lyne-design-system/lyne-helper-figma-api/commit/cfc12ffa61a4f28aec65564e9aba01efe589f1cc)) + # [1.1.0](https://github.com/lyne-design-system/lyne-helper-figma-api/compare/v1.0.4...v1.1.0) (2020-09-13) diff --git a/package-lock.json b/package-lock.json index e50a586..845fab9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "lyne-helper-figma-api", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6c4f922..27e432c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lyne-helper-figma-api", - "version": "1.1.0", + "version": "1.1.1", "description": "Helper methods to simplify requests to the Figma API", "main": "dist/index.js", "dependencies": {