diff --git a/CHANGELOG.md b/CHANGELOG.md index a6516c7..a56bc4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,15 @@ ## UNRELEASED + + + +## v0.1.8 (2020-01-20) + +### Added + +* Add --hydratable and --immutable args for svelte options [#15](https://github.com/jakedeichert/svelvet/pull/15) + ### Fixed * Bail if there's a snowpack error [#14](https://github.com/jakedeichert/svelvet/pull/14) diff --git a/package.json b/package.json index b053096..7a46bf4 100755 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "svelvet", "description": "A cli svelte compiler that works with snowpack", - "version": "0.1.7", + "version": "0.1.8", "author": "Jake Deichert", "repository": "github:jakedeichert/svelvet", "license": "MIT",