Skip to content

Commit 8b96626

Browse files
author
parkerziegler
committed
Update CHANGELOG for 3.0.1.
1 parent 909fbe8 commit 8b96626

File tree

1 file changed

+25
-14
lines changed

1 file changed

+25
-14
lines changed

CHANGELOG.md

Lines changed: 25 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,16 @@
33
This project adheres to [Semantic Versioning](http://semver.org/).
44
Every release, along with the migration instructions, is documented on the Github [Releases](https://github.com/FormidableLabs/webpack-dashboard/releases) page.
55

6-
## [2.1.0] - 2019-01-29
6+
## [3.0.1] - 2019-03-26
77

88
### Features
99

10-
- Added a few example setups to make the local development experience with `webpack-dashboard` a lot easier. Users can now clone the repo, `yarn`, and `yarn dev` to get running. Included in: https://github.com/FormidableLabs/webpack-dashboard/pull/267
11-
- Migrated to `inspectpack@4`. Included in: https://github.com/FormidableLabs/webpack-dashboard/pull/263
12-
- Added TypeScript defitions. Included in: https://github.com/FormidableLabs/webpack-dashboard/pull/269
13-
14-
### Tests
15-
16-
- Added regression tests to fix an unknown import issue for our `format-*` utils. Included in: https://github.com/FormidableLabs/webpack-dashboard/pull/263
17-
- Added tests for all `Dashboard` methods. Included in: https://github.com/FormidableLabs/webpack-dashboard/pull/263
18-
19-
### Docs
20-
21-
- Added a Local Development section to the README to make it easier to contribute to `webpack-dashboard`. Included in: https://github.com/FormidableLabs/webpack-dashboard/pull/267
10+
- Use `process.kill` with `SIGINT` to gracefully exit the dashboard process. Included in: https://github.com/FormidableLabs/webpack-dashboard/pull/277 by @joakimbeng.
11+
- Update dependencies to address security warnings. Included in: https://github.com/FormidableLabs/webpack-dashboard/pull/275 by @stereobooster.
2212

2313
### Migration Instructions
2414

25-
No changes required to start using v2.1.0 🎉
15+
No changes required to start using v3.0.0 🎉. We do recommend adopting this patch as soon as possible to get the security upgrades.
2616

2717
## [3.0.0] - 2019-02-14
2818

@@ -38,3 +28,24 @@ No changes required to start using v2.1.0 🎉
3828
### Migration Instructions
3929

4030
With this release we are dropping support for Node 6 altogether. `neo-blessed` requires Node [>= 8.0.0](https://github.com/embark-framework/neo-blessed/blob/master/package.json#L38), meaning all users of the dashboard will need to run it using Node 8 or above. Previous versions of `webpack-dashboard` are still compatible with Node 6.
31+
32+
## [2.1.0] - 2019-01-29
33+
34+
### Features
35+
36+
- Added a few example setups to make the local development experience with `webpack-dashboard` a lot easier. Users can now clone the repo, `yarn`, and `yarn dev` to get running. Included in: https://github.com/FormidableLabs/webpack-dashboard/pull/267
37+
- Migrated to `inspectpack@4`. Included in: https://github.com/FormidableLabs/webpack-dashboard/pull/263
38+
- Added TypeScript defitions. Included in: https://github.com/FormidableLabs/webpack-dashboard/pull/269
39+
40+
### Tests
41+
42+
- Added regression tests to fix an unknown import issue for our `format-*` utils. Included in: https://github.com/FormidableLabs/webpack-dashboard/pull/263
43+
- Added tests for all `Dashboard` methods. Included in: https://github.com/FormidableLabs/webpack-dashboard/pull/263
44+
45+
### Docs
46+
47+
- Added a Local Development section to the README to make it easier to contribute to `webpack-dashboard`. Included in: https://github.com/FormidableLabs/webpack-dashboard/pull/267
48+
49+
### Migration Instructions
50+
51+
No changes required to start using v2.1.0 🎉

0 commit comments

Comments
 (0)