From e4dfa36aefac51eed919cf9105df08aee942a89c Mon Sep 17 00:00:00 2001 From: Thanh Pham Date: Mon, 23 Oct 2023 12:09:39 +0700 Subject: [PATCH] chore(): bump version --- .github/workflows/release.yml | 2 +- package.json | 2 +- projects/ngx-uploader/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5a54434..7dc0d9d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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}} diff --git a/package.json b/package.json index fa07329..b5f05c8 100644 --- a/package.json +++ b/package.json @@ -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" diff --git a/projects/ngx-uploader/package.json b/projects/ngx-uploader/package.json index 298635d..25c5a20 100644 --- a/projects/ngx-uploader/package.json +++ b/projects/ngx-uploader/package.json @@ -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",