We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0effb6a + 3413ec2 commit 997cc8dCopy full SHA for 997cc8d
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## [v1.2.5](https://github.com/k1LoW/gh-grep/compare/v1.2.4...v1.2.5) - 2025-05-31
2
+- Bump github.com/cli/go-gh/v2 from 2.11.1 to 2.12.1 by @dependabot in https://github.com/k1LoW/gh-grep/pull/60
3
+
4
## [v1.2.4](https://github.com/k1LoW/gh-grep/compare/v1.2.3...v1.2.4) - 2025-03-22
5
- Bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2 by @dependabot in https://github.com/k1LoW/gh-grep/pull/58
6
version/version.go
@@ -4,4 +4,4 @@ package version
const Name string = "gh-grep"
// Version for this.
7
-var Version = "1.2.4"
+var Version = "1.2.5"
0 commit comments