Skip to content

Commit

Permalink
Release 14.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Mar 20, 2021
1 parent 88f1a48 commit 5cf15ff
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "release-it",
"version": "14.4.1",
"version": "14.5.0",
"description": "Generic CLI tool to automate versioning and package publishing related tasks.",
"keywords": [
"build",
Expand Down Expand Up @@ -32,7 +32,9 @@
},
"homepage": "https://github.com/release-it/release-it#readme",
"bugs": "https://github.com/release-it/release-it/issues",
"bin": "./bin/release-it.js",
"bin": {
"release-it": "bin/release-it.js"
},
"main": "./lib/index.js",
"files": [
"bin",
Expand Down

0 comments on commit 5cf15ff

Please sign in to comment.