From 142b36c4b1e2aab91c5173976611877236463d15 Mon Sep 17 00:00:00 2001 From: sheche Date: Thu, 22 Feb 2018 16:27:37 +0800 Subject: [PATCH] prepare for 0.1.2 release --- CHANGELOG.md | 6 +++++- package.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e52f9ed..55da8b5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,9 +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.1.2] +### Fixed +- Fix the deplicated nodes in LeetCode Explorer bug [(#6)](https://github.com/jdneo/vscode-leetcode/issues/6) + ## [0.1.1] ### Fixed -- Fixed a bug in LeetCode Explorer [(#3)](https://github.com/jdneo/vscode-leetcode/issues/3) +- Fix a bug in LeetCode Explorer [(#3)](https://github.com/jdneo/vscode-leetcode/issues/3) - Remove the show problem command from command palette [(#4)](https://github.com/jdneo/vscode-leetcode/issues/4) ## [0.1.0] diff --git a/package.json b/package.json index 1038f250..9f57bfcd 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.1.1", + "version": "0.1.2", "author": "Sheng Chen", "publisher": "shengchen", "icon": "resources/LeetCode.png",