Skip to content

Commit 833c59b

Browse files
committed
build: bump version to 1.4.1
1 parent 8c20bb6 commit 833c59b

4 files changed

Lines changed: 3616 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## [1.4.1] - 2026-01-01
4+
5+
- Add Github action step to publish at https://open-vsx.org/
6+
37
## [1.4.0] - 2025-12-18
48

59
- (Docs) Add acknowledgement section

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ A VS Code extension that adds CodeLens annotations to your Go code. showing refe
88
- Added [type alias](#type-alias-configuration---references), [constant](#constant-configuration---references) and [variable](#variable-configuration---references) codelens
99
- Added an [option](#caching-strategy) to choose the caching strategy.
1010
- Added [restart extension command](#commands)
11+
- Published extension to [Open VSX Registry](https://open-vsx.org/)
1112

1213
See full changelog here https://github.com/XiaoXuxxxx/gogo-codelens/blob/main/CHANGELOG.md
1314

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gogo-codelens",
33
"displayName": "GoGo CodeLens",
4-
"version": "1.4.0",
4+
"version": "1.4.1",
55
"description": "A VS Code extension that adds CodeLens annotations to your Go code. showing reference counts, interface implementations, and method relationships inline.",
66
"categories": [
77
"Programming Languages",

0 commit comments

Comments
 (0)