diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f2f9985..e251b450 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to the "leetcode" extension will be documented in this file. Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. +## [0.15.6] +### Added +- Add a link to the solution page [#424](https://github.com/jdneo/vscode-leetcode/issues/424) + +### Fixed +[Bugs fixed](https://github.com/jdneo/vscode-leetcode/issues?q=is%3Aissue+milestone%3A0.15.6+is%3Aclosed+label%3Abug) + ## [0.15.5] ### Added - Add a link to the discussion page [#420](https://github.com/jdneo/vscode-leetcode/issues/420) diff --git a/package-lock.json b/package-lock.json index 47f8dab5..fdf4e4bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vscode-leetcode", - "version": "0.15.5", + "version": "0.15.6", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -1786,9 +1786,9 @@ } }, "vsc-leetcode-cli": { - "version": "2.6.13", - "resolved": "https://registry.npmjs.org/vsc-leetcode-cli/-/vsc-leetcode-cli-2.6.13.tgz", - "integrity": "sha512-otwxXXBDPGJX2IkIbTTsXdwA9yYMxdFWqmPwtSwXfNrN1oAturxfXS61T/1vUkcwAPMMpoFtXdGr99pnSVyYtw==", + "version": "2.6.15", + "resolved": "https://registry.npmjs.org/vsc-leetcode-cli/-/vsc-leetcode-cli-2.6.15.tgz", + "integrity": "sha512-nIZi2xkJyKz5yFJwxbJLZBfYf07sdO/LY0dEZ8dgr2tiiOkPAOjk1wB+P20eUOf2U8185g9YxpREbwg3G6bDrw==", "requires": { "ansi-styles": "3.2.1", "cheerio": "0.20.0", diff --git a/package.json b/package.json index bbedd4ab..8df43748 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-leetcode", "displayName": "LeetCode", "description": "Solve LeetCode problems in VS Code", - "version": "0.15.5", + "version": "0.15.6", "author": "Sheng Chen", "publisher": "shengchen", "license": "MIT", @@ -683,6 +683,6 @@ "markdown-it": "^8.4.2", "require-from-string": "^2.0.2", "unescape-js": "^1.1.1", - "vsc-leetcode-cli": "2.6.13" + "vsc-leetcode-cli": "2.6.15" } }