Skip to content

Commit

Permalink
4.0.0 (#1655)
Browse files Browse the repository at this point in the history
* 4.0.0

* Update version
  • Loading branch information
munierujp committed May 6, 2024
1 parent 5c10c58 commit 7124f3e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "npm-update-package",
"version": "4.0.0-2",
"version": "4.0.0",
"description": "CLI tool for creating pull requests to update npm packages",
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/app.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const name = 'npm-update-package'
export const version = '4.0.0-2'
export const version = '4.0.0'
export const homepage = 'https://github.com/npm-update-package/npm-update-package'

0 comments on commit 7124f3e

Please sign in to comment.