Skip to content

Commit 89bbebb

Browse files
committed
Bump version (9.4.8)
1 parent dc715f4 commit 89bbebb

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.8]
11+
1012
### Fixed
1113

1214
- "Change Signature" on a nested function was not working as expected and would change the signature of the wrapping function instead of the selected one. Thanks @marabesi for reporting this one!
@@ -1988,7 +1990,8 @@ function doSomething(someData) {
19881990

19891991
</details>
19901992

1991-
[unreleased]: https://github.com/nicoespeon/abracadabra/compare/9.4.7...HEAD
1993+
[unreleased]: https://github.com/nicoespeon/abracadabra/compare/9.4.8...HEAD
1994+
[9.4.8]: https://github.com/nicoespeon/abracadabra/compare/9.4.7...9.4.8
19921995
[9.4.7]: https://github.com/nicoespeon/abracadabra/compare/9.4.6...9.4.7
19931996
[9.4.6]: https://github.com/nicoespeon/abracadabra/compare/9.4.5...9.4.6
19941997
[9.4.5]: https://github.com/nicoespeon/abracadabra/compare/9.4.4...9.4.5

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.7",
3+
"version": "9.4.8",
44
"displayName": "Abracadabra, refactor this!",
55
"publisher": "nicoespeon",
66
"description": "Automated refactorings for VS Code, in JavaScript and TypeScript.",

0 commit comments

Comments
 (0)