Skip to content

Commit 4dfa865

Browse files
chore(main): release 1.0.3
1 parent e29cd35 commit 4dfa865

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-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.2"
2+
".": "1.0.3"
33
}

CHANGELOG.md

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

3+
## [1.0.3](https://github.com/alexdor/issue-syncer/compare/v1.0.2...v1.0.3) (2025-04-14)
4+
5+
6+
### Bugfixes
7+
8+
* pass correct issue id on close issue ([e29cd35](https://github.com/alexdor/issue-syncer/commit/e29cd3581868849f11aa5b762a336b06b40a6630))
9+
10+
11+
### Performance Improvements
12+
13+
* fetch open issues while looking through the fs ([18d8884](https://github.com/alexdor/issue-syncer/commit/18d888449869b5e0afb51a0f79610c732c12dd62))
14+
315
## [1.0.2](https://github.com/alexdor/issue-syncer/compare/v1.0.0...v1.0.2) (2025-04-13)
416

517

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].2 # x-release-please-version
56+
uses: alexdor/[email protected].3 # x-release-please-version
5757
env:
5858
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5959
```

0 commit comments

Comments
 (0)