Skip to content

Commit

Permalink
chore(release): 1.1.6 [skip ci]
Browse files Browse the repository at this point in the history
# [v1.1.6](v1.1.5...v1.1.6) (2024-11-22)

## [1.1.6](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](7b58c9f))
  • Loading branch information
vixshan committed Nov 22, 2024
1 parent 7b58c9f commit 5d7e4b4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: vixshan/[email protected].5
- uses: vixshan/[email protected].6
with:
token: ${{ secrets.GH_TOKEN }}
```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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/"
Expand Down

0 comments on commit 5d7e4b4

Please sign in to comment.