Skip to content

Commit

Permalink
Bump version (9.4.7)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoespeon committed Oct 23, 2024
1 parent c7748ef commit 535f92d
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]

## [9.4.7]

### Fixed

- Abracadabra was not working well with Vue files with content above the script tag. This has been fixed and refactorings should work fine again! Thanks @yinluobing and @acabreragnz for reporting 🙏
Expand Down Expand Up @@ -1982,7 +1984,8 @@ function doSomething(someData) {

</details>

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

0 comments on commit 535f92d

Please sign in to comment.