Skip to content

Commit 1b85bb0

Browse files
committed
bump extension version
1 parent b3949fd commit 1b85bb0

File tree

4 files changed

+14
-5
lines changed

4 files changed

+14
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,8 @@
4949

5050
- Added setting to display terminal name on hover (tooltip).
5151

52+
## [0.0.8] - 2025-03-29
53+
54+
### Changed
55+
56+
- bump dev-dependencies, actions.yml

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,7 @@ If you come across any other issue, or if you could improve this extension pleas
7777
### 0.0.6, 0.0.7
7878

7979
- Added setting to display terminal name on hover (tooltip).
80+
81+
### 0.0.8
82+
83+
- bump dev-dependencies, actions.yml

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"displayName": "Toggle Terminal",
44
"publisher": "krish-r",
55
"description": "This extension adds a terminal toggle icon (shortcut) in the status bar.",
6-
"version": "0.0.7",
6+
"version": "0.0.8",
77
"engines": {
8-
"vscode": "^1.74.0"
8+
"vscode": "^1.98.0"
99
},
1010
"icon": "images/icon.png",
1111
"repository": {

0 commit comments

Comments
 (0)