Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 668795c

Browse files
committed
Prepare for 0.15.6
1 parent ffdccec commit 668795c

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
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.6]
7+
### Added
8+
- Add a link to the solution page [#424](https://github.com/jdneo/vscode-leetcode/issues/424)
9+
10+
### Fixed
11+
[Bugs fixed](https://github.com/jdneo/vscode-leetcode/issues?q=is%3Aissue+milestone%3A0.15.6+is%3Aclosed+label%3Abug)
12+
613
## [0.15.5]
714
### Added
815
- Add a link to the discussion page [#420](https://github.com/jdneo/vscode-leetcode/issues/420)

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.13"
686+
"vsc-leetcode-cli": "2.6.15"
687687
}
688688
}

0 commit comments

Comments
 (0)