Skip to content

Commit ee97249

Browse files
authored
chore: prepare for 0.15.1 (#349)
1 parent 1572c7a commit ee97249

File tree

3 files changed

+31
-27
lines changed

3 files changed

+31
-27
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ All notable changes to the "leetcode" extension will be documented in this file.
33

44
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
55

6+
## [0.15.1]
7+
### Fixed
8+
[Bugs fixed](https://github.com/jdneo/vscode-leetcode/issues?q=is%3Aissue+milestone%3A0.15.1+is%3Aclosed+label%3Abug)
9+
610
## [0.15.0]
711
### Added
812
- Auto refresh the explorer after submitting [#91](https://github.com/jdneo/vscode-leetcode/issues/91)

package-lock.json

+25-25
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-leetcode",
33
"displayName": "LeetCode",
44
"description": "Solve LeetCode problems in VS Code",
5-
"version": "0.15.0",
5+
"version": "0.15.1",
66
"author": "Sheng Chen",
77
"publisher": "shengchen",
88
"license": "MIT",
@@ -394,6 +394,6 @@
394394
"markdown-it": "^8.4.2",
395395
"require-from-string": "^2.0.2",
396396
"unescape-js": "^1.1.1",
397-
"vsc-leetcode-cli": "2.6.6"
397+
"vsc-leetcode-cli": "2.6.7"
398398
}
399399
}

0 commit comments

Comments
 (0)