diff --git a/.vscode/settings.json b/.vscode/settings.json index d137133..c0062da 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -5,5 +5,9 @@ }, "search.exclude": { "out": true // set this to false to include "out" folder in search results + }, + "markdownlint.config": { + "MD013": false, + "MD024": false } -} \ No newline at end of file +} diff --git a/CHANGELOG.md b/CHANGELOG.md index 7150329..0c04ccf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [0.0.4] - 2018-04-11 + ### Added - Setting `text-tables.showStatus` to control whether status item for mode should be visible. @@ -32,7 +34,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Initial release -[Unreleased]: https://github.com/rpeshkov/vscode-text-tables/compare/v0.0.3...HEAD +[Unreleased]: https://github.com/rpeshkov/vscode-text-tables/compare/v0.0.4...HEAD +[0.0.4]: https://github.com/rpeshkov/vscode-text-tables/compare/v0.0.3...v0.0.4 [0.0.3]: https://github.com/rpeshkov/vscode-text-tables/compare/v0.0.2...v0.0.3 [0.0.2]: https://github.com/rpeshkov/vscode-text-tables/compare/v0.0.1...v0.0.2 [0.0.1]: https://github.com/rpeshkov/vscode-text-tables/releases/tag/v0.0.1 diff --git a/README.md b/README.md index 13892a5..7408eb3 100644 --- a/README.md +++ b/README.md @@ -82,5 +82,5 @@ If you found a bug or want to propose new feature for the extension, feel free t [CHANGELOG]: ./CHANGELOG.md [LICENSE]: ./LICENSE -[version-badge]: https://img.shields.io/badge/version-0.0.3-blue.svg +[version-badge]: https://img.shields.io/badge/version-0.0.4-blue.svg [license-badge]: https://img.shields.io/badge/license-MIT-blue.svg diff --git a/package.json b/package.json index 5f28a2b..f55e364 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-text-tables", "displayName": "Text Tables", "description": "Work with text tables without pain", - "version": "0.0.3", + "version": "0.0.4", "icon": "icons/icon.png", "preview": true, "publisher": "RomanPeshkov",