diff --git a/CHANGELOG.md b/CHANGELOG.md index 352dea2d..48c0960c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ 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.13.3] +## Fixed +- Fix the bug that the extension cannot be activated + ## [0.13.2] ## Added - Add a setting `leetcode.enableStatusBar` to specify whether the LeetCode status bar will be shown or not [#156](https://github.com/jdneo/vscode-leetcode/issues/156) diff --git a/package-lock.json b/package-lock.json index 9c6129fa..6d8a5f08 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vscode-leetcode", - "version": "0.13.2", + "version": "0.13.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 675fce5d..b44f3efe 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.13.2", + "version": "0.13.3", "author": "Sheng Chen", "publisher": "shengchen", "license": "MIT",