diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fb1b91..98b931e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 2023-03-30, 0.0.5 release + +- Fixed to work only in markdown. + ## 2023-03-28, 0.0.4 release - Settings changes now apply immediately. diff --git a/package-lock.json b/package-lock.json index da17cac..205d7d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-md-table-rainbow", - "version": "0.0.1", + "version": "0.0.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vscode-md-table-rainbow", - "version": "0.0.1", + "version": "0.0.5", "devDependencies": { "@types/glob": "^8.1.0", "@types/mocha": "^10.0.1", diff --git a/package.json b/package.json index 062705a..53719a2 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "displayName": "markdown-table-rainbow", "description": "Color each column of the markdown table.", "publisher": "yoshi389111", - "version": "0.0.4", + "version": "0.0.5", "license": "MIT", "repository": { "type": "git", @@ -69,4 +69,4 @@ "webpack-cli": "^5.0.1", "@vscode/test-electron": "^2.2.3" } -} \ No newline at end of file +}