Skip to content

Commit

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

## [Unreleased]

## [4.13.1] - 2021-01-10

No user-facing change. Configuration was fixed so the extension can be deployed again.

## [4.13.0] - 2021-01-10 - Moves Like Function 🎬

### Added
Expand Down Expand Up @@ -1184,7 +1188,8 @@ function doSomething(someData) {

</details>

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

0 comments on commit e2305f3

Please sign in to comment.