Skip to content

Commit 535f92d

Browse files
committed
Bump version (9.4.7)
1 parent c7748ef commit 535f92d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [9.4.7]
11+
1012
### Fixed
1113

1214
- 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) {
19821984

19831985
</details>
19841986

1985-
[unreleased]: https://github.com/nicoespeon/abracadabra/compare/9.4.6...HEAD
1987+
[unreleased]: https://github.com/nicoespeon/abracadabra/compare/9.4.7...HEAD
1988+
[9.4.7]: https://github.com/nicoespeon/abracadabra/compare/9.4.6...9.4.7
19861989
[9.4.6]: https://github.com/nicoespeon/abracadabra/compare/9.4.5...9.4.6
19871990
[9.4.5]: https://github.com/nicoespeon/abracadabra/compare/9.4.4...9.4.5
19881991
[9.4.4]: https://github.com/nicoespeon/abracadabra/compare/9.4.3...9.4.4

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "abracadabra",
3-
"version": "9.4.6",
3+
"version": "9.4.7",
44
"displayName": "Abracadabra, refactor this!",
55
"publisher": "nicoespeon",
66
"description": "Automated refactorings for VS Code, in JavaScript and TypeScript.",

0 commit comments

Comments
 (0)