Skip to content

Commit 294a79b

Browse files
authored
chore(main): release 1.0.2 (#163)
1 parent 91c2fcc commit 294a79b

2 files changed

Lines changed: 13 additions & 5 deletions

File tree

CHANGELOG.md

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

3+
## [1.0.2](https://github.com/hverlin/mise-vscode/compare/v1.0.1...v1.0.2) (2025-11-09)
4+
5+
6+
### Bug Fixes
7+
8+
* remove unused kdl language configuration ([c89a340](https://github.com/hverlin/mise-vscode/commit/c89a3408d71cd2d57394473609dc9779f369272c))
9+
* skip updating env if no env. variables are returned from mise env ([91c2fcc](https://github.com/hverlin/mise-vscode/commit/91c2fcc9b5ef5e9419e16c6ed431dd3fbe42e221))
10+
311
## [1.0.1](https://github.com/hverlin/mise-vscode/compare/v1.0.0...v1.0.1) (2025-11-02)
412

513

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Mise VSCode",
44
"publisher": "hverlin",
55
"description": "mise support for Visual Studio code (dev-tools, tasks and environment variables)",
6-
"version": "1.0.1",
6+
"version": "1.0.2",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/hverlin/mise-vscode"
@@ -907,13 +907,13 @@
907907
"@types/react": "^18.3.26",
908908
"@types/react-dom": "^18.3.7",
909909
"@types/vscode": "^1.85.0",
910-
"@types/sinon": "^17.0.4",
911-
"@types/tmp": "^0.2.6",
910+
"@types/sinon": "^17.0.4",
911+
"@types/tmp": "^0.2.6",
912912
"@vscode/test-cli": "^0.0.11",
913913
"@vscode/test-electron": "^2.5.2",
914914
"bun": "^1.2.23",
915-
"sinon": "^21.0.0",
916-
"tmp": "^0.2.5",
915+
"sinon": "^21.0.0",
916+
"tmp": "^0.2.5",
917917
"tsx": "^4.19.2",
918918
"typescript": "^5.9.3"
919919
},

0 commit comments

Comments
 (0)