Skip to content

Commit

Permalink
Merge pull request #17 from takumisoft68/topic/compatible_older_vscode
Browse files Browse the repository at this point in the history
Topic/compatible older vscode
  • Loading branch information
takumisoft68 authored Jan 13, 2021
2 parents 16adac2 + 9f31cf1 commit 795315c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 795315c

Please sign in to comment.