Skip to content

Commit 4026460

Browse files
committed
v3.0.0
1 parent 261d06a commit 4026460

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

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

13+
## 3.0.0
14+
* **Breaking Change**
15+
* Drop support for Node.js <= 10.19
16+
17+
* **Internal**
18+
* Update deps
19+
1320
## 2.0.4
1421
* **Internal**
1522
* Use `open` package instead of `opener` ([#52](https://github.com/th0r/npm-upgrade/pull/52), [@cascornelissen](https://github.com/cascornelissen))

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.4",
3+
"version": "3.0.0",
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)