Skip to content

Commit

Permalink
[Chore] Bump version to v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dnwjn committed Aug 18, 2023
1 parent 8fd05ae commit f652089
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
5 changes: 5 additions & 0 deletions dist/index.js

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

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

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.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "get-merged-pull-requests-action",
"version": "1.0.4",
"version": "1.0.5",
"private": true,
"description": "GitHub action that compares 2 tags and retrieves all pull requests merged between them.",
"main": "lib/main.js",
Expand All @@ -13,7 +13,10 @@
"package": "ncc build --source-map --license licenses.txt",
"test": "jest",
"all": "npm run build && npm run format && npm run lint && npm run package && npm test",
"readme": "github-action-readme-generator --readme README.md"
"readme": "github-action-readme-generator --readme README.md",
"bump-patch": "npm version patch --no-git-tag-version && npm run readme && npm run all",
"bump-minor": "npm version minor --no-git-tag-version && npm run readme && npm run all",
"bump-major": "npm version major --no-git-tag-version && npm run readme && npm run all"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit f652089

Please sign in to comment.