From fda6cf73f2117225d34bb8388a9cf15df5a8d421 Mon Sep 17 00:00:00 2001 From: Robert Jackson Date: Mon, 7 Jun 2021 11:31:47 -0400 Subject: [PATCH] Release 1.0.1 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf1c6b5..92808d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## v1.0.1 (2021-06-07) + +#### :bug: Bug Fix +* [#13](https://github.com/ember-cli/watch-detector/pull/13) Prevent erroring for newer non-SemVer watchman versions ([@gabrielcsapo](https://github.com/gabrielcsapo)) + +#### :house: Internal +* [#14](https://github.com/ember-cli/watch-detector/pull/14) Migrate to GH Actions for CI ([@rwjblue](https://github.com/rwjblue)) + +#### Committers: 2 +- Gabriel Csapo ([@gabrielcsapo](https://github.com/gabrielcsapo)) +- Robert Jackson ([@rwjblue](https://github.com/rwjblue)) + ## v1.0.0 (2019-09-07) #### :boom: Breaking Change diff --git a/package.json b/package.json index f4861b8..c7fd7ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "watch-detector", - "version": "1.0.0", + "version": "1.0.1", "description": "", "homepage": "https://github.com/chrmod/watch-detector#readme", "bugs": {