Skip to content

Commit

Permalink
chore(): bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
panoti committed Oct 23, 2023
1 parent 66c3636 commit e4dfa36
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Create release
run: |
VERSION=${GITHUB_REF/refs\/tags\//}
gh release create "${VERSION}" -t "${VERSION}"
gh release create "${VERSION}" -t "${VERSION}" --generate-notes
gh release view "${VERSION}"
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-uploader-demo",
"version": "16.0.0",
"version": "16.0.1",
"repository": {
"type": "git",
"url": "git+https://github.com/angular-ex/ngx-uploader.git"
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-uploader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular-ex/uploader",
"version": "16.0.0",
"version": "16.0.1",
"homepage": "https://ngx-uploader.petadev.work",
"repository": {
"type": "git",
Expand Down

0 comments on commit e4dfa36

Please sign in to comment.