diff --git a/CHANGELOG.md b/CHANGELOG.md index 2289eaac..da2c5ed6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 🙏 @@ -1982,7 +1984,8 @@ function doSomething(someData) { -[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 diff --git a/package.json b/package.json index b9feb1c7..cdc7e740 100644 --- a/package.json +++ b/package.json @@ -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.",