Skip to content

Commit 99481cc

Browse files
committed
v2.0.4
1 parent 7e57236 commit 99481cc

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,29 @@
1010
1111
_Note: Gaps between patch versions are faulty, broken or test releases._
1212

13-
## 2.0.2
13+
## 2.0.4
14+
* **Internal**
15+
* Use `open` package instead of `opener` ([#52](https://github.com/th0r/npm-upgrade/pull/52), [@cascornelissen](https://github.com/cascornelissen))
16+
17+
## 2.0.3
18+
* **Internal**
19+
* Update deps
20+
21+
## 2.0.2
1422
* **Bug Fix**
1523
* Fix handling of dependency group flags (`--production`, `--development` etc.)
1624

17-
## 2.0.1
25+
## 2.0.1
1826
* **Improvement**
1927
* Use indentation from `package.json` for `.npm-upgrade.json` ([#36](https://github.com/th0r/npm-upgrade/pull/36), [@cascornelissen](https://github.com/cascornelissen))
2028

2129
## 2.0.0
2230
* **Breaking Change**
2331
* Drop support for Node.js <= 8.10
24-
32+
2533
* **Improvement**
2634
* Show `@types/*` packages right below their corresponding modules (closes #32)
27-
35+
2836
* **Internal**
2937
* Update deps
3038

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "npm-upgrade",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "Interactive CLI utility to easily update outdated NPM dependencies",
55
"author": "Yuriy Grunin <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)