diff --git a/CHANGELOG.md b/CHANGELOG.md index dcc42d8..e3999ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ ## UNRELEASED + + + +## v0.1.9 (2020-01-21) + ### Added * Add support for minifying in production with terser [#19](https://github.com/jakedeichert/svelvet/pull/19) diff --git a/package.json b/package.json index 1483feb..5b82094 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.8", + "version": "0.1.9", "author": "Jake Deichert", "repository": "github:jakedeichert/svelvet", "license": "MIT",