Skip to content

Commit 42f7166

Browse files
chore(main): release 1.0.4
1 parent 4068bd5 commit 42f7166

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

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

514

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)