Skip to content

Commit

Permalink
Version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rpeshkov committed Apr 16, 2018
1 parent aa17121 commit aec68e9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.1.0] - 2018-04-16

### Changed

- Codebase refactor.
- Preview status removed from extension.

## [0.0.9] - 2018-04-14

### Added
Expand Down Expand Up @@ -68,7 +75,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.9...HEAD
[Unreleased]: https://github.com/rpeshkov/vscode-text-tables/compare/v0.1.0...HEAD
[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
[0.0.7]: https://github.com/rpeshkov/vscode-text-tables/compare/v0.0.6...v0.0.7
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.9-blue.svg
[version-badge]: https://img.shields.io/badge/version-0.1.0-blue.svg
[license-badge]: https://img.shields.io/badge/license-MIT-blue.svg
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "vscode-text-tables",
"displayName": "Text Tables",
"description": "Work with text tables without pain",
"version": "0.0.9",
"version": "0.1.0",
"icon": "icons/icon.png",
"preview": true,
"preview": false,
"publisher": "RomanPeshkov",
"license": "SEE LICENSE IN LICENSE",
"repository": {
Expand Down

0 comments on commit aec68e9

Please sign in to comment.