Skip to content

Commit f83fcae

Browse files
authored
Merge pull request #415 from k1LoW/tagpr-from-v0.62.1
Release for v0.62.2
2 parents f7f318e + d43add4 commit f83fcae

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [v0.62.2](https://github.com/k1LoW/octocov/compare/v0.62.1...v0.62.2) - 2024-11-25
4+
### Other Changes
5+
- chore(deps): bump the dependencies group across 1 directory with 16 updates by @dependabot in https://github.com/k1LoW/octocov/pull/414
6+
- chore(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 by @dependabot in https://github.com/k1LoW/octocov/pull/421
7+
- chore(deps): bump the dependencies group across 1 directory with 18 updates by @dependabot in https://github.com/k1LoW/octocov/pull/425
8+
39
## [v0.62.1](https://github.com/k1LoW/octocov/compare/v0.62.0...v0.62.1) - 2024-09-02
410
### Other Changes
511
- docs(README): use k1LoW/octocov-action@v1 by @azu in https://github.com/k1LoW/octocov/pull/408

Diff for: version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ package version
44
const Name string = "octocov"
55

66
// Version for this.
7-
var Version = "0.62.1" //nostyle:repetition
7+
var Version = "0.62.2" //nostyle:repetition

0 commit comments

Comments
 (0)