From b972cfec19f9b0134599d08c4b7da05d699b8d36 Mon Sep 17 00:00:00 2001 From: Roman Peshkov Date: Sat, 14 Apr 2018 23:52:35 +0200 Subject: [PATCH] Version 0.0.9 --- CHANGELOG.md | 5 ++++- README.md | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f98a38a..5b91f50 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.9] - 2018-04-14 + ### Added - Command `Move row down` to move row down in table mode. @@ -66,7 +68,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.8...HEAD +[Unreleased]: https://github.com/rpeshkov/vscode-text-tables/compare/v0.0.9...HEAD +[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 [0.0.7]: https://github.com/rpeshkov/vscode-text-tables/compare/v0.0.6...v0.0.7 [0.0.6]: https://github.com/rpeshkov/vscode-text-tables/compare/v0.0.5...v0.0.6 diff --git a/README.md b/README.md index abe10d6..b7f1d5f 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.0.8-blue.svg +[version-badge]: https://img.shields.io/badge/version-0.0.9-blue.svg [license-badge]: https://img.shields.io/badge/license-MIT-blue.svg diff --git a/package.json b/package.json index ea43662..50f5808 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.8", + "version": "0.0.9", "icon": "icons/icon.png", "preview": true, "publisher": "RomanPeshkov",