diff --git a/CHANGELOG.md b/CHANGELOG.md
index 54bb00d..cc03384 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+
+## [1.7.1](https://github.com/chrisvxd/story2sketch/compare/v1.7.0...v1.7.1) (2020-11-16)
+
+
+### Bug Fixes
+
+* address skipped layers by updating html-sketchapp to 4.4.1 ([8ab4dc7](https://github.com/chrisvxd/story2sketch/commit/8ab4dc7))
+
+
+
# [1.7.0](https://github.com/chrisvxd/story2sketch/compare/v1.6.1...v1.7.0) (2019-09-17)
diff --git a/package.json b/package.json
index bdd0b06..cea9ece 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "story2sketch",
- "version": "1.7.0",
+ "version": "1.7.1",
"description": "Convert storybook to sketch",
"homepage": "https://github.com/chrisvxd/story2sketch",
"license": "MIT",