Skip to content

Commit 0e22a5e

Browse files
author
vixshan
committed
chore(release): 1.1.9 [skip ci]
# [v1.1.9](v1.1.8...v1.1.9) (2024-11-23) ## [1.1.9](v1.1.8...v1.1.9) (2024-11-23) ### Bug Fixes * Update dependencies and improve PR body formatting with enhanced summary and details ([ed98b4e](ed98b4e))
1 parent ed98b4e commit 0e22a5e

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
6+
# [v1.1.9](https://github.com/vixshan/link-updater/compare/v1.1.8...v1.1.9) (2024-11-23)
7+
8+
9+
10+
## [1.1.9](https://github.com/vixshan/link-updater/compare/v1.1.8...v1.1.9) (2024-11-23)
11+
12+
### Bug Fixes
13+
14+
* Update dependencies and improve PR body formatting with enhanced summary and details ([ed98b4e](https://github.com/vixshan/link-updater/commit/ed98b4e0b98c6ce7486741c82ebcb9b838fdf090))
15+
516
# [v1.1.8](https://github.com/vixshan/link-updater/compare/v1.1.7...v1.1.8) (2024-11-23)
617

718
## [1.1.8](https://github.com/vixshan/link-updater/compare/v1.1.7...v1.1.8) (2024-11-23)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
steps:
3131
- uses: actions/checkout@v4
32-
- uses: vixshan/link-updater@v1.1.8
32+
- uses: vixshan/link-updater@v1.1.9
3333
with:
3434
token: ${{ secrets.GH_TOKEN }}
3535
```

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "links-updater",
33
"description": "Automatically updates repository links/keywords and optionally creates PRs",
4-
"version": "1.1.8",
4+
"version": "1.1.9",
55
"publishConfig": {
66
"access": "public",
77
"registry": "https://registry.npmjs.org/"

0 commit comments

Comments
 (0)