We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f453b51 commit c1d274bCopy full SHA for c1d274b
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
+## 1.0.1 - 2023-05-05
11
+
12
## 1.0.0 - 2023-05-05
13
### Added
14
- Changelog
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "npm-update-package-version",
3
- "version": "1.0.0",
+ "version": "1.0.1",
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