diff --git a/CHANGELOG.md b/CHANGELOG.md
index ec826be..6bd323e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
+## 1.1.3 (2020-02-08)
+
+* fix(valid-shapes): remove instance type from valid shapes ([ce2a522](https://github.com/ph1p/figma-measure/commit/ce2a522)), closes [#5](https://github.com/ph1p/figma-measure/issues/5)
+
+
+
## 1.1.2 (2020-02-08)
+* 1.1.2 ([dc2a4f3](https://github.com/ph1p/figma-measure/commit/dc2a4f3))
* fix(fills): check undefined ([1af12bf](https://github.com/ph1p/figma-measure/commit/1af12bf))
diff --git a/package-lock.json b/package-lock.json
index 213f8fd..34ae224 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "figma-measure",
- "version": "1.1.2",
+ "version": "1.1.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index d84173b..01a4d51 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "figma-measure",
- "version": "1.1.2",
+ "version": "1.1.3",
"description": "",
"main": "code.js",
"scripts": {