We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aabee79 commit 9c3d451Copy full SHA for 9c3d451
CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## Unreleased
9
10
+## 2.0.0 - 2023-12-27
11
+
12
## 1.1.0 - 2023-12-26
13
14
## 1.0.2-beta.1 - 2023-05-12
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "npm-update-package-version",
3
- "version": "1.0.1",
+ "version": "2.0.0",
4
"description": "A tool to check the latest versions of dependencies and dev-dependencies in your package.json file",
5
"main": "index.js",
6
"bin": {
0 commit comments