Skip to content

Commit

Permalink
Merge pull request #248 from alallier/3.0.5
Browse files Browse the repository at this point in the history
3.0.5
  • Loading branch information
alallier committed May 25, 2020
2 parents 274d064 + 2cae18c commit 1931d0f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
Next version
------------------

3.0.5 / 2020-05-25
------------------

* Fixed bug where command line Reload where reload was writing to a file properly that broke on Node 14.x - See: https://github.com/alallier/reload/pull/245
* GitHub Actions - See: https://github.com/alallier/reload/pull/247
* Added Node 14.x to GitHub Actions CI
* Removed Node 13.x from GitHub Actions due to end of life
* Dependency Updates
* Updated codecov from 3.6.1 to 3.7.0 - See: https://github.com/alallier/reload/pull/235 and https://github.com/alallier/reload/pull/246
* Updated commander from 4.1.0 to 5.1.0 - See: https://github.com/alallier/reload/pull/246
* Updated minimist from 1.2.0 to 1.2.3 (Security package-lock.json) - See: https://github.com/alallier/reload/pull/236
* Updated mocha from 7.0.0 to 7.1.2 - See: https://github.com/alallier/reload/pull/233
* Updated sinon from 8.0.4 to 9.0.2 - See: https://github.com/alallier/reload/pull/231 and https://github.com/alallier/reload/pull/234
* Updated standard from 14.3.1 to 14.3.4 - See: https://github.com/alallier/reload/pull/238
* Updated nyc from 15.0.0 to 15.0.1 - See: https://github.com/alallier/reload/pull/242
* Updated ws from 7.2.0 to 7.3.0 - See: https://github.com/alallier/reload/pull/244

3.0.4 / 2019-01-13
------------------

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": "reload",
"version": "3.0.4",
"version": "3.0.5",
"files": [
"bin",
"lib",
Expand Down

0 comments on commit 1931d0f

Please sign in to comment.