diff --git a/CHANGELOG.md b/CHANGELOG.md index 54be8ee..d9b9fc9 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.1.5] - 2018-05-03 + ### Added - Command `text-tables.nextRow` (`Text Tables: Next row` in command pallete) for jumping on next row and creating new rows if needed. @@ -84,7 +86,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.1.0...HEAD +[Unreleased]: https://github.com/rpeshkov/vscode-text-tables/compare/v0.1.5...HEAD +[0.1.5]: https://github.com/rpeshkov/vscode-text-tables/compare/v0.1.0...v0.1.5 [0.1.0]: https://github.com/rpeshkov/vscode-text-tables/compare/v0.0.9...v0.1.0 [0.0.9]: https://github.com/rpeshkov/vscode-text-tables/compare/v0.0.8...v0.0.9 [0.0.8]: https://github.com/rpeshkov/vscode-text-tables/compare/v0.0.7...v0.0.8 diff --git a/README.md b/README.md index c0144a2..2ed2278 100644 --- a/README.md +++ b/README.md @@ -89,5 +89,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.1.0-blue.svg +[version-badge]: https://img.shields.io/badge/version-0.1.5-blue.svg [license-badge]: https://img.shields.io/badge/license-MIT-blue.svg diff --git a/package.json b/package.json index 7f328ec..d20d5e4 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.1.0", + "version": "0.1.5", "icon": "icons/icon.png", "preview": false, "publisher": "RomanPeshkov",