Skip to content

Commit a616e0e

Browse files
chore: prepare v0.0.7 release (#30)
1 parent 60a5e79 commit a616e0e

4 files changed

Lines changed: 249 additions & 245 deletions

File tree

.tool-versions

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
nodejs 22.2.0
22
golang 1.25.3
3+
pnpm 10.22.0
34

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.0.7] - 2025-11-19
11+
1012
### Fixed
1113
- Fixed extension activation error by including `vscode-languageclient` runtime dependency in VSIX package. Previously, the `--no-dependencies` flag in the release workflow excluded all node_modules, causing "Cannot find module 'vscode-languageclient/node'" error on installation.
1214

@@ -77,7 +79,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7779
- **Fixed** for any bug fixes
7880
- **Security** for vulnerability fixes
7981

80-
[Unreleased]: https://github.com/terramate-io/vscode-terramate/compare/v0.0.6...HEAD
82+
[Unreleased]: https://github.com/terramate-io/vscode-terramate/compare/v0.0.7...HEAD
83+
[0.0.7]: https://github.com/terramate-io/vscode-terramate/compare/v0.0.6...v0.0.7
8184
[0.0.6]: https://github.com/terramate-io/vscode-terramate/releases/tag/v0.0.6
8285
[0.0.5]: https://github.com/terramate-io/vscode-terramate/releases/tag/v0.0.5
8386
[0.0.4]: https://github.com/terramate-io/vscode-terramate/releases/tag/v0.0.4

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"author": "Terramate",
77
"icon": "assets/terramate.png",
88
"license": "Apache",
9-
"version": "0.0.6",
9+
"version": "0.0.7",
1010
"repository": {
1111
"type": "git",
1212
"url": "https://github.com/terramate-io/vscode-terramate"
@@ -115,17 +115,17 @@
115115
"vscode-languageclient": "^9.0.1"
116116
},
117117
"devDependencies": {
118-
"@eslint/js": "^9.38.0",
118+
"@eslint/js": "^9.39.1",
119119
"@types/mocha": "^10.0.10",
120-
"@types/node": "^24.9.1",
120+
"@types/node": "^24.10.1",
121121
"@types/vscode": "1.85.0",
122-
"@typescript-eslint/eslint-plugin": "^8.46.2",
123-
"@typescript-eslint/parser": "^8.46.2",
122+
"@typescript-eslint/eslint-plugin": "^8.47.0",
123+
"@typescript-eslint/parser": "^8.47.0",
124124
"@vscode/test-electron": "^2.5.2",
125-
"@vscode/vsce": "^3.6.2",
126-
"eslint": "^9.38.0",
127-
"glob": "^11.0.3",
128-
"mocha": "^11.7.4",
125+
"@vscode/vsce": "^3.7.0",
126+
"eslint": "^9.39.1",
127+
"glob": "^11.1.0",
128+
"mocha": "^11.7.5",
129129
"ovsx": "^0.10.6",
130130
"semver": "^7.7.3",
131131
"typescript": "^5.9.3"

0 commit comments

Comments
 (0)