Skip to content

Commit 3664009

Browse files
committed
chore(release): 1.14.2
1 parent e68441a commit 3664009

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
All notable changes to this project will be documented in this file. See [convention-change-log](https://github.com/convention-change/convention-change-log) for commit guidelines.
44

5+
## [1.14.2](https://github.com/bridgewwater/temp-golang-cli-fast/compare/v1.14.1...v1.14.2) (2025-09-23)
6+
7+
### 🐛 Bug Fixes
8+
9+
* update error message for invalid semantic version ([e1524e1d](https://github.com/bridgewwater/temp-golang-cli-fast/commit/e1524e1da9099af62a9aab4f95bb3b27ceabd158))
10+
11+
### 👷‍ Build System
12+
13+
* bump github.com/gookit/color from 1.5.4 to 1.6.0 ([d8d4f5cd](https://github.com/bridgewwater/temp-golang-cli-fast/commit/d8d4f5cd91066acac789ea8cadc290076a649489))
14+
15+
* bump github.com/stretchr/testify from 1.10.0 to 1.11.1 ([b538a136](https://github.com/bridgewwater/temp-golang-cli-fast/commit/b538a136809348727cea84cc1e269f89a6f8f7ca))
16+
17+
* bump codecov/codecov-action from 5.4.3 to 5.5.0 ([70c4823c](https://github.com/bridgewwater/temp-golang-cli-fast/commit/70c4823c3640a5a6f49d008c82ac15a76ba8adfe))
18+
19+
* bump github.com/sebdah/goldie/v2 from 2.5.5 to 2.7.1 ([8381d667](https://github.com/bridgewwater/temp-golang-cli-fast/commit/8381d667a65376ca29f623a50dbe8a5f83bd052c))
20+
21+
* bump github.com/urfave/cli/v2 from 2.27.6 to 2.27.7 ([f5b3635f](https://github.com/bridgewwater/temp-golang-cli-fast/commit/f5b3635f85152e45636f10748a5b5b397e22dc12))
22+
23+
* bump github.com/Masterminds/semver/v3 from 3.3.1 to 3.4.0 ([7896bd8e](https://github.com/bridgewwater/temp-golang-cli-fast/commit/7896bd8e8a00923fd074907ec7811d09eb90b04f))
24+
525
## [1.14.1](https://github.com/bridgewwater/temp-golang-cli-fast/compare/v1.14.0...v1.14.1) (2025-06-01)
626

727
### 👷‍ Build System

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "temp-golang-cli-fast",
3-
"version": "1.14.1",
3+
"version": "1.14.2",
44
"description": "template of golang cli tools",
55
"directories": {
66
"doc": "doc"

0 commit comments

Comments
 (0)