Skip to content

Commit

Permalink
Bump version (9.4.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoespeon committed Aug 8, 2024
1 parent d5940e1 commit 56ffe89
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion 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]

## [9.4.0] - 2024-08-08 - Boolean Mine 🐘

### Added

- **[New Refactoring]** "Simplify Boolean" thanks to @ipanasenko suggestion. Some refactorings may left you with logical expressions that look like `someCondition && true` and that can be simplified. This refactoring will take care of figuring out how.
Expand Down Expand Up @@ -1942,7 +1944,8 @@ function doSomething(someData) {

</details>

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

0 comments on commit 56ffe89

Please sign in to comment.