WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 6dc88fb

Browse files
committed
Bump version (9.8.1)
1 parent 8d40dbe commit 6dc88fb

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

1214
- Abracadabra shortcuts would attempt to trigger a refactoring, regardless of the language of the file. These are now restricted to JS/TS files, just like Command Palette and Quick Fixes suggestions. Thanks @PetrusAsikainen for reporting this one!
@@ -2052,7 +2054,8 @@ function doSomething(someData) {
20522054

20532055
</details>
20542056

2055-
[unreleased]: https://github.com/nicoespeon/abracadabra/compare/9.8.0...HEAD
2057+
[unreleased]: https://github.com/nicoespeon/abracadabra/compare/9.8.1...HEAD
2058+
[9.8.1]: https://github.com/nicoespeon/abracadabra/compare/9.8.0...9.8.1
20562059
[9.8.0]: https://github.com/nicoespeon/abracadabra/compare/9.7.0...9.8.0
20572060
[9.7.0]: https://github.com/nicoespeon/abracadabra/compare/9.6.1...9.7.0
20582061
[9.6.1]: https://github.com/nicoespeon/abracadabra/compare/9.6.0...9.6.1

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

0 commit comments

Comments
 (0)