Skip to content

Commit ca42c9b

Browse files
chore(main): release 1.0.4
1 parent 9846c53 commit ca42c9b

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.3"
2+
".": "1.0.4"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.0.4](https://github.com/alexdor/issue-syncer/compare/v1.0.3...v1.0.4) (2025-05-10)
4+
5+
6+
### Bugfixes
7+
8+
* **deps:** update module golang.org/x/oauth2 to v0.30.0 ([9846c53](https://github.com/alexdor/issue-syncer/commit/9846c531f742182772bdf11198b164a4a0bf0f59))
9+
* **deps:** update module golang.org/x/sync to v0.14.0 ([8ccdbc7](https://github.com/alexdor/issue-syncer/commit/8ccdbc7b566aeacf2bd8811a8b020d2e10347753))
10+
311
## [1.0.3](https://github.com/alexdor/issue-syncer/compare/v1.0.2...v1.0.3) (2025-04-14)
412

513

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
steps:
5454
- uses: actions/checkout@v4
5555
- name: Sync TODOs with Issues
56-
uses: alexdor/[email protected].3 # x-release-please-version
56+
uses: alexdor/[email protected].4 # x-release-please-version
5757
env:
5858
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5959
```

0 commit comments

Comments
 (0)