Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Jun 7, 2021
1 parent 4f7f1c1 commit fda6cf7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit fda6cf7

Please sign in to comment.