Skip to content

Commit 926d496

Browse files
chore(main): release 2.14.1 (#251)
Co-authored-by: tbckr-automation[bot] <146582694+tbckr-automation[bot]@users.noreply.github.com>
1 parent 505c039 commit 926d496

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-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-
".": "2.14.0"
2+
".": "2.14.1"
33
}

CHANGELOG.md

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

3+
## [2.14.1](https://github.com/tbckr/sgpt/compare/v2.14.0...v2.14.1) (2024-05-14)
4+
5+
6+
### Bug Fixes
7+
8+
* **goreleaser:** path to license file ([505c039](https://github.com/tbckr/sgpt/commit/505c0399caff03ad211ecd2cbae556e8ce68b188))
9+
310
## [2.14.0](https://github.com/tbckr/sgpt/compare/v2.13.0...v2.14.0) (2024-05-14)
411

512

internal/buildinfo/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
package buildinfo
2323

2424
var (
25-
version = "v2.14.0" // x-release-please-version
25+
version = "v2.14.1" // x-release-please-version
2626
commit = "unset"
2727
commitDate = "unset"
2828
)

0 commit comments

Comments
 (0)