Skip to content

Commit

Permalink
Version 0.0.7
Browse files Browse the repository at this point in the history
rpeshkov committed Apr 13, 2018
1 parent 9b76cc5 commit 375f74a
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.0.7] - 2018-04-13

### Changed

- Table mode made local to editor (#22).
@@ -51,7 +53,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.6...HEAD
[Unreleased]: https://github.com/rpeshkov/vscode-text-tables/compare/v0.0.7...HEAD
[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
[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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.6-blue.svg
[version-badge]: https://img.shields.io/badge/version-0.0.7-blue.svg
[license-badge]: https://img.shields.io/badge/license-MIT-blue.svg
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
"name": "vscode-text-tables",
"displayName": "Text Tables",
"description": "Work with text tables without pain",
"version": "0.0.6",
"version": "0.0.7",
"icon": "icons/icon.png",
"preview": true,
"publisher": "RomanPeshkov",

0 comments on commit 375f74a

Please sign in to comment.