From 235fdf8557db7fb2034e9d70961441bb5e4db8f9 Mon Sep 17 00:00:00 2001 From: Chris Villa Date: Mon, 3 Dec 2018 10:50:12 +0000 Subject: [PATCH] release: v1.4.0 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c7bc26..2a0ee85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ + +# [1.4.0](https://github.com/chrisvxd/story2sketch/compare/v1.3.1...v1.4.0) (2018-12-03) + + +### Features + +* add opt-in fix for pseudo-elements ([b1eb6a5](https://github.com/chrisvxd/story2sketch/commit/b1eb6a5)) +* remove iframe body margin by default ([5a4b1e9](https://github.com/chrisvxd/story2sketch/commit/5a4b1e9)) + + + ## [1.3.1](https://github.com/chrisvxd/story2sketch/compare/v1.3.0...v1.3.1) (2018-10-15) diff --git a/package.json b/package.json index 68262cc..f5a3a61 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "story2sketch", - "version": "1.3.1", + "version": "1.4.0", "description": "Convert storybook to sketch", "homepage": "https://github.com/chrisvxd/story2sketch", "license": "MIT",