From 5d741a14e0573e6e3d7eac28b732a3e114ad9ea5 Mon Sep 17 00:00:00 2001 From: Jake Deichert Date: Sun, 19 Jan 2020 17:51:31 -0500 Subject: [PATCH] Publish v0.1.3 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) 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",