Skip to content

Commit d242876

Browse files
committed
3.0.2
* CI Updates * Dropped Node 10.x and added 16.x from CI - See: #298 * Update actions/checkout action to v2 - See: #276 * Update actions/setup-node action to v2 - #282 * Dependency Updates * Update commander from ~6.1.0 to ~7.2.0 - See: #283 * Update url-parse from ~1.4.4 to ~1.5.0 - See: #291 * Update open from ^7.0.0 to ^8.0.0 - See: https://github.com/alallier/reload/pull/292/files * Update ws from ~7.3.0 to ~7.4.6 - See: #294 * Update sinon from 9.1.0 to 11.1.1 - See: https://github.com/alallier/reload/pull/295/files * Update mocha from 8.4.0 to 9.0.0 - See: https://github.com/alallier/reload/pull/297/files * Update downstream y18n from 4.0.0 to 4.0.1 - See: #288
1 parent 18a76bc commit d242876

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
Next version
22
------------------
33

4+
3.2.0 / 2021-06-09
5+
------------------
6+
7+
* CI Updates
8+
* Dropped Node 10.x and added 16.x from CI - See: https://github.com/alallier/reload/pull/298
9+
* Update actions/checkout action to v2 - See: https://github.com/alallier/reload/pull/276
10+
* Update actions/setup-node action to v2 - https://github.com/alallier/reload/pull/282
11+
* Dependency Updates
12+
* Update commander from ~6.1.0 to ~7.2.0 - See: https://github.com/alallier/reload/pull/283
13+
* Update url-parse from ~1.4.4 to ~1.5.0 - See: https://github.com/alallier/reload/pull/291
14+
* Update open from ^7.0.0 to ^8.0.0 - See: https://github.com/alallier/reload/pull/292/files
15+
* Update ws from ~7.3.0 to ~7.4.6 - See: https://github.com/alallier/reload/pull/294
16+
* Update sinon from 9.1.0 to 11.1.1 - See: https://github.com/alallier/reload/pull/295/files
17+
* Update mocha from 8.4.0 to 9.0.0 - See: https://github.com/alallier/reload/pull/297/files
18+
* Update downstream y18n from 4.0.0 to 4.0.1 - See: https://github.com/alallier/reload/pull/288
19+
420
3.1.1 / 2020-09-29
521
------------------
622

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reload",
3-
"version": "3.1.1",
3+
"version": "3.2.0",
44
"files": [
55
"bin",
66
"lib",

0 commit comments

Comments
 (0)