diff --git a/CHANGELOG.md b/CHANGELOG.md index ed2f49f..5c1bfb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ + +## v0.1.3 (2020-01-19) + +### Fixed + +* Fix watcher race condition [#4](https://github.com/jakedeichert/svelvet/pull/4) + + + + ## v0.1.2 (2020-01-19) ### Fixed diff --git a/package.json b/package.json index d1eab0a..24b2a12 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.2", + "version": "0.1.3", "author": "Jake Deichert", "repository": "github:jakedeichert/svelvet", "license": "MIT",