Skip to content

Commit 8d50a2f

Browse files
authoredSep 28, 2019
chore: prepare for 0.15.5 (#438)
1 parent 31d6f94 commit 8d50a2f

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed
 

‎CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ 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.5]
7+
### Added
8+
- Add a link to the discussion page [#420](https://github.com/jdneo/vscode-leetcode/issues/420)
9+
10+
### Fixed
11+
[Bugs fixed](https://github.com/jdneo/vscode-leetcode/issues?q=is%3Aissue+milestone%3A0.15.5+is%3Aclosed+label%3Abug)
12+
613
## [0.15.4]
714
### Added
815
- Add a new setting `leetcode.filePath`. Now users can use this setting to dynamicly specify the relative folder name and file name. [#PR380](https://github.com/jdneo/vscode-leetcode/pull/380)

‎package-lock.json

+4-4
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.4",
5+
"version": "0.15.5",
66
"author": "Sheng Chen",
77
"publisher": "shengchen",
88
"license": "MIT",
@@ -683,6 +683,6 @@
683683
"markdown-it": "^8.4.2",
684684
"require-from-string": "^2.0.2",
685685
"unescape-js": "^1.1.1",
686-
"vsc-leetcode-cli": "2.6.11"
686+
"vsc-leetcode-cli": "2.6.13"
687687
}
688688
}

0 commit comments

Comments
 (0)
Please sign in to comment.