Skip to content

Commit

Permalink
Bump version (9.1.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoespeon committed Jan 9, 2024
1 parent ff1004a commit a501a13
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.1.0] - 2024-01-08 - Knowing What I Know Now 👑

### Added

- New `abracadabra.getMaxFileSizeKb` option that will disable refactorings based on the size of a file. Default value is 250 (in kB). The idea is to complement `abracadabra.maxFileLinesCount` for files that would be minified.
Expand Down Expand Up @@ -1871,7 +1873,8 @@ function doSomething(someData) {

</details>

[unreleased]: https://github.com/nicoespeon/abracadabra/compare/9.0.2...HEAD
[unreleased]: https://github.com/nicoespeon/abracadabra/compare/9.1.0...HEAD
[9.1.0]: https://github.com/nicoespeon/abracadabra/compare/9.0.2...9.1.0
[9.0.2]: https://github.com/nicoespeon/abracadabra/compare/9.0.1...9.0.2
[9.0.1]: https://github.com/nicoespeon/abracadabra/compare/9.0.0...9.0.1
[9.0.0]: https://github.com/nicoespeon/abracadabra/compare/8.1.4...9.0.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.0.2",
"version": "9.1.0",
"displayName": "Abracadabra, refactor this!",
"publisher": "nicoespeon",
"description": "Automated refactorings for VS Code, in JavaScript and TypeScript.",
Expand Down

0 comments on commit a501a13

Please sign in to comment.