Skip to content

Commit 028ee6a

Browse files
chore(main): release 1.13.2 (#198)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c3892c8 commit 028ee6a

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
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.13.1"
2+
".": "1.13.2"
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.13.2](https://github.com/EOX-A/git-clerk/compare/v1.13.1...v1.13.2) (2025-08-14)
4+
5+
6+
### Bug Fixes
7+
8+
* Only enable cursor pagination if hasNextPage available ([#196](https://github.com/EOX-A/git-clerk/issues/196)) ([8f7e1ac](https://github.com/EOX-A/git-clerk/commit/8f7e1acace5fbe372f1e24cdf2b67c906c80fcd1))
9+
* Routing issue after rename ([#201](https://github.com/EOX-A/git-clerk/issues/201)) ([02963c5](https://github.com/EOX-A/git-clerk/commit/02963c5cd9684e1188faba0dea2dafbf34794c0a))
10+
* Sync fork main when app loads or session list loads ([#197](https://github.com/EOX-A/git-clerk/issues/197)) ([7f5c7a5](https://github.com/EOX-A/git-clerk/commit/7f5c7a5c691c15ddde2c644c109090e9b27ac5a9))
11+
312
## [1.13.1](https://github.com/EOX-A/git-clerk/compare/v1.13.0...v1.13.1) (2025-07-22)
413

514

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "git-clerk",
3-
"version": "1.13.1",
3+
"version": "1.13.2",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)