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": {