Skip to content

Commit f9f3896

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2025-08-05) ### Bug Fixes * disable OpenVSX publishing to fix release workflow ([93e7ceb](93e7ceb)) * implement LSP server restart mechanism for Justfile changes ([#4](#4)) ([f7b0b79](f7b0b79)), closes [#3](#3) * integrate just build system with GitHub Actions release workflow ([ed88ec7](ed88ec7)) * remove unused OVSX_PAT environment variable from release workflow ([73dc7e4](73dc7e4)) * resolve command registration conflict causing LSP client startup failure ([e53cc91](e53cc91)) * resolve vsce command path in custom packaging script ([252217b](252217b)) * simplify CI testing to avoid vscode-test-cli build issues ([a1165d5](a1165d5)) * testing husky ([70a96b8](70a96b8)) * update GitHub Actions workflow to handle vscode-test-cli build issues ([e7f6057](e7f6057)) * update test command in GitHub Actions to use vscode-test properly ([d2ac228](d2ac228)) * use VSCE GitHub Action with custom packaging ([a3c57b8](a3c57b8))
1 parent 252217b commit f9f3896

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# 1.0.0 (2025-08-05)
2+
3+
4+
### Bug Fixes
5+
6+
* disable OpenVSX publishing to fix release workflow ([93e7ceb](https://github.com/elasticdotventures/just-vscode-extension/commit/93e7ceb517771622476908bd3f0577a400074920))
7+
* implement LSP server restart mechanism for Justfile changes ([#4](https://github.com/elasticdotventures/just-vscode-extension/issues/4)) ([f7b0b79](https://github.com/elasticdotventures/just-vscode-extension/commit/f7b0b7957129d72b2bbe06c40b8d7d5a9efabb72)), closes [#3](https://github.com/elasticdotventures/just-vscode-extension/issues/3)
8+
* integrate just build system with GitHub Actions release workflow ([ed88ec7](https://github.com/elasticdotventures/just-vscode-extension/commit/ed88ec72797946637e79add37afcc4e34e9c6b7c))
9+
* remove unused OVSX_PAT environment variable from release workflow ([73dc7e4](https://github.com/elasticdotventures/just-vscode-extension/commit/73dc7e48ff11c3d2483e9b952ade8d35c75c2d1d))
10+
* resolve command registration conflict causing LSP client startup failure ([e53cc91](https://github.com/elasticdotventures/just-vscode-extension/commit/e53cc91abf0b355638734560bc8df53d09a59307))
11+
* resolve vsce command path in custom packaging script ([252217b](https://github.com/elasticdotventures/just-vscode-extension/commit/252217b93933123a5bb3462d355b33021a0ba070))
12+
* simplify CI testing to avoid vscode-test-cli build issues ([a1165d5](https://github.com/elasticdotventures/just-vscode-extension/commit/a1165d53f3d436a628879988c0c22a2ca874da78))
13+
* testing husky ([70a96b8](https://github.com/elasticdotventures/just-vscode-extension/commit/70a96b8514ccf51e7ab0de4dddc69103d0246048))
14+
* update GitHub Actions workflow to handle vscode-test-cli build issues ([e7f6057](https://github.com/elasticdotventures/just-vscode-extension/commit/e7f6057a2dc420859d5341b8b76e1aa7ed0b8cae))
15+
* update test command in GitHub Actions to use vscode-test properly ([d2ac228](https://github.com/elasticdotventures/just-vscode-extension/commit/d2ac22865d083eacc596e88bd2b10172e6d3a364))
16+
* use VSCE GitHub Action with custom packaging ([a3c57b8](https://github.com/elasticdotventures/just-vscode-extension/commit/a3c57b81eb233bdaf17db8848cb4b92de113878a))
17+
118
# Changelog
219

320
All notable changes to this project will be documented in this file.
@@ -14,4 +31,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1431

1532
## [0.0.33] - Previous Release
1633

17-
See git history for previous changes.
34+
See git history for previous changes.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"type": "git",
2525
"url": "https://github.com/elasticdotventures/just-vscode-extension.git"
2626
},
27-
"version": "0.0.34",
27+
"version": "1.0.0",
2828
"engines": {
2929
"vscode": "^1.102.0"
3030
},

0 commit comments

Comments
 (0)