Skip to content

Commit 11bd153

Browse files
committed
Bump version
1 parent b350432 commit 11bd153

4 files changed

Lines changed: 7 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ This extension contributes the following settings:
2525

2626
## Changelog
2727

28+
### 0.0.5
29+
30+
Dependency updates
31+
2832
### 0.0.4
2933

3034
Fix broken commands

out/extension.js.map

Lines changed: 1 addition & 1 deletion
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
@@ -7,9 +7,9 @@
77
"type": "git",
88
"url": "git+https://github.com/raphdf201/SCSSCompileVSCode.git"
99
},
10-
"version": "0.0.4",
10+
"version": "0.0.5",
1111
"engines": {
12-
"vscode": "^1.86.2"
12+
"vscode": ">=1.100.0"
1313
},
1414
"categories": [
1515
"Programming Languages",

src/extension.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { compileAndWrite, compileAndWriteAll, log } from "./utils";
22
import {
33
commands,
44
ExtensionContext,
5-
TextDocument,
65
window,
76
workspace,
87
} from "vscode";

0 commit comments

Comments
 (0)