You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12-4Lines changed: 12 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,21 +10,29 @@
10
10
11
11
_Note: Gaps between patch versions are faulty, broken or test releases._
12
12
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
14
22
***Bug Fix**
15
23
* Fix handling of dependency group flags (`--production`, `--development` etc.)
16
24
17
-
## 2.0.1
25
+
## 2.0.1
18
26
***Improvement**
19
27
* Use indentation from `package.json` for `.npm-upgrade.json` ([#36](https://github.com/th0r/npm-upgrade/pull/36), [@cascornelissen](https://github.com/cascornelissen))
20
28
21
29
## 2.0.0
22
30
***Breaking Change**
23
31
* Drop support for Node.js <= 8.10
24
-
32
+
25
33
***Improvement**
26
34
* Show `@types/*` packages right below their corresponding modules (closes #32)
0 commit comments