We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09f1a38 commit 4b405edCopy full SHA for 4b405ed
2 files changed
README.md
@@ -177,6 +177,9 @@ means that the 4th line in the original text was removed from after line 3 in th
177
178
## Changelog
179
180
+### 3.0.1
181
+* Remove vscode settings from npm package
182
+
183
### 3.0.0
184
185
### Breaking change
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vscode-diff",
3
- "version": "3.0.0",
+ "version": "3.0.1",
4
"description": "Diff utility used in the Visual Studio Code source.",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
0 commit comments