diff --git a/CHANGELOG.md b/CHANGELOG.md index 888dc65..675977c 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.5] - 2018-04-12 + ### Added - Command `text-tables.enable` (`Text Tables: Enable` in command pallete) for activating extension in any file. @@ -39,7 +41,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.4...HEAD +[Unreleased]: https://github.com/rpeshkov/vscode-text-tables/compare/v0.0.5...HEAD +[0.0.5]: https://github.com/rpeshkov/vscode-text-tables/compare/v0.0.4...v0.0.5 [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 diff --git a/README.md b/README.md index cca66a2..37c6d76 100644 --- a/README.md +++ b/README.md @@ -88,5 +88,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.4-blue.svg +[version-badge]: https://img.shields.io/badge/version-0.0.5-blue.svg [license-badge]: https://img.shields.io/badge/license-MIT-blue.svg diff --git a/package.json b/package.json index 13b714e..21ae4f9 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.4", + "version": "0.0.5", "icon": "icons/icon.png", "preview": true, "publisher": "RomanPeshkov",