Skip to content

Commit 4f0920d

Browse files
chore(main): release 1.9.0 (#149)
* chore(main): release 1.8.2 * chore: bump to 1.9.0 --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Silvester <[email protected]>
1 parent a411c8b commit 4f0920d

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-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.8.1"
2+
".": "1.9.0"
33
}

CHANGELOG.md

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

3+
## [1.9.0](https://github.com/EOX-A/git-clerk/compare/v1.8.1...v1.9.0) (2025-04-30)
4+
5+
6+
### Features
7+
8+
* Added open/closed filter ([#138](https://github.com/EOX-A/git-clerk/issues/138)) ([c73d3d8](https://github.com/EOX-A/git-clerk/commit/c73d3d8a41e32c9b809e2bbbc1e356224cdcc344))
9+
* Handle duplicate PR titles ([#150](https://github.com/EOX-A/git-clerk/issues/150)) ([a411c8b](https://github.com/EOX-A/git-clerk/commit/a411c8b4bca8b2e99c442bed30950651b2b044af))
10+
* List entire line clickable ([#145](https://github.com/EOX-A/git-clerk/issues/145)) ([730bfcf](https://github.com/EOX-A/git-clerk/commit/730bfcf4a1413fdba8fe10790487da3bc2fdf730))
11+
12+
13+
### Bug Fixes
14+
15+
* Async path ([#148](https://github.com/EOX-A/git-clerk/issues/148)) ([16b43ce](https://github.com/EOX-A/git-clerk/commit/16b43ceb6cdce8fd504f8d5a69cffbbc946dde0f))
16+
317
## [1.8.1](https://github.com/EOX-A/git-clerk/compare/v1.8.0...v1.8.1) (2025-04-17)
418

519

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.8.1",
3+
"version": "1.9.0",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)