diff --git a/CHANGELOG.md b/CHANGELOG.md index 6af0725..ed58e5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to the "markdowntable" extension will be documented in this file. +### - 0.4.2 (2021/01/13) + +- [Fix] + - Change supported vscode version to "upper than 1.40.0" from "upper than 1.50.0" + ### - 0.4.1 (2020/11/05) - Readme update only diff --git a/README.md b/README.md index dcca43a..aa5bb97 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,10 @@ What's focused on. ## 5. Release Notes +### - 0.4.2 (2021/01/13) + +- Change supported vscode version to "upper than 1.40.0" from "upper than 1.50.0" + ### - 0.4.1 (2020/11/05) - Readme update only diff --git a/package.json b/package.json index 4ee4e4d..6360de1 100644 --- a/package.json +++ b/package.json @@ -3,13 +3,13 @@ "publisher": "TakumiI", "displayName": "Markdown Table", "description": "A minimal extension for markdown table. Add features to edit markdown table.", - "version": "0.4.1", + "version": "0.4.2", "repository": { "type": "git", "url": "https://github.com/takumisoft68/vscode-markdown-table" }, "engines": { - "vscode": "^1.50.0" + "vscode": "^1.40.0" }, "categories": [ "Other" @@ -149,7 +149,7 @@ "@types/glob": "^7.1.1", "@types/mocha": "^7.0.2", "@types/node": "^13.13.29", - "@types/vscode": "^1.50.0", + "@types/vscode": "^1.40.0", "@typescript-eslint/eslint-plugin": "^2.30.0", "@typescript-eslint/parser": "^2.30.0", "eslint": "^6.8.0",