Skip to content

Commit

Permalink
Bump version (5.3.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoespeon committed Apr 29, 2021
1 parent 726b2a2 commit 652611d
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]

## [5.3.0] - 2021-04-29 - Code Is a Highway 🏎

### Fixed

- Extract Variable won't extract type parameter instantiations anymore, because it shouldn't!
Expand Down Expand Up @@ -1285,7 +1287,8 @@ function doSomething(someData) {

</details>

[unreleased]: https://github.com/nicoespeon/abracadabra/compare/5.2.0...HEAD
[unreleased]: https://github.com/nicoespeon/abracadabra/compare/5.3.0...HEAD
[5.3.0]: https://github.com/nicoespeon/abracadabra/compare/5.2.0...5.3.0
[5.2.0]: https://github.com/nicoespeon/abracadabra/compare/5.1.0...5.2.0
[5.1.0]: https://github.com/nicoespeon/abracadabra/compare/5.0.1...5.1.0
[5.0.1]: https://github.com/nicoespeon/abracadabra/compare/5.0.0...5.0.1
Expand Down
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": "5.2.0",
"version": "5.3.0",
"displayName": "Abracadabra, refactor this!",
"publisher": "nicoespeon",
"description": "Automated refactorings for VS Code, in JavaScript and TypeScript.",
Expand Down

0 comments on commit 652611d

Please sign in to comment.