Skip to content

Commit

Permalink
Bump version (7.0.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoespeon committed Feb 16, 2023
1 parent d703bf2 commit 142f38d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions 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]

## [7.0.0] - 2023-02-15 - Bella Note 🍝

### Changed

- **(Breaking)** Change Windows key bindings for the Toggle Highlight feature. It was hijacking the default shortcut to replace code on this OS, which is not cool. Thanks @stevebeauge for reporting.
Expand All @@ -15,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Inline Variable was producing invalid code when inlining an async arrow function expression. Not anymore! Thanks @automatensalat for reporting, as always 😉

## [6.19.0] - 2022-02-03 - Let’s go Highlight an Identifier 🪁
## [6.19.0] - 2023-02-03 - Let’s go Highlight an Identifier 🪁

### Added

Expand Down Expand Up @@ -1736,7 +1738,8 @@ function doSomething(someData) {

</details>

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

0 comments on commit 142f38d

Please sign in to comment.