diff --git a/CHANGELOG.md b/CHANGELOG.md index f68f37a..f6fc443 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. + +# [v1.1.6](https://github.com/vixshan/link-updater/compare/v1.1.5...v1.1.6) (2024-11-22) + + + +## [1.1.6](https://github.com/vixshan/link-updater/compare/v1.1.5...v1.1.6) (2024-11-22) + +### Bug Fixes + +* Refactor git remote URL handling to use token securely and improve staging process ([7b58c9f](https://github.com/vixshan/link-updater/commit/7b58c9f20f09a1c63d7e7cb87b2e73820644fe15)) + # [v1.1.5](https://github.com/vixshan/link-updater/compare/v1.1.4...v1.1.5) (2024-11-22) ## [1.1.5](https://github.com/vixshan/link-updater/compare/v1.1.4...v1.1.5) (2024-11-22) diff --git a/README.md b/README.md index 4ec836c..2b0fa3b 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: vixshan/link-updater@v1.1.5 + - uses: vixshan/link-updater@v1.1.6 with: token: ${{ secrets.GH_TOKEN }} ``` diff --git a/package.json b/package.json index 99cac7d..f2e000d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "links-updater", "description": "Automatically updates repository links/keywords and optionally creates PRs", - "version": "1.1.5", + "version": "1.1.6", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/"