Skip to content

Commit

Permalink
Bump version (v0.3.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoespeon committed Aug 10, 2019
1 parent 0ef93a3 commit 13ea7a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.0] - 2019-08-10

### Added

- **[New refactoring]** Convert to Template Literal
Expand Down Expand Up @@ -56,7 +58,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- **[New refactoring]** Extract Variable
- **[New refactoring]** Rename Symbol

[unreleased]: https://github.com/nicoespeon/abracadabra/compare/0.2.0...HEAD
[unreleased]: https://github.com/nicoespeon/abracadabra/compare/0.3.0...HEAD
[0.3.0]: https://github.com/nicoespeon/abracadabra/compare/0.2.0...0.3.0
[0.2.0]: https://github.com/nicoespeon/abracadabra/compare/0.1.0...0.2.0
[0.1.0]: https://github.com/nicoespeon/abracadabra/compare/0.0.1...0.1.0
[0.0.1]: https://github.com/nicoespeon/abracadabra/compare/224558fafc2c9247b637a74a7f17fe3c62140d47...0.0.1
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "abracadabra",
"version": "0.2.0",
"version": "0.3.0",
"displayName": "Abracadabra",
"publisher": "nicoespeon",
"description": "Automated refactorings for VS Code (JS & TS)",
Expand Down

0 comments on commit 13ea7a2

Please sign in to comment.