Skip to content

Commit

Permalink
Bump version (8.0.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoespeon committed Apr 14, 2023
1 parent 6994ce5 commit e9b21f5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [8.0.1]

No user-visible change. Mostly dependencies upgrades.

## [8.0.0] - 2023-04-13 - Let It Go 🏔️

### Breaking Changes
Expand Down Expand Up @@ -1764,7 +1768,8 @@ function doSomething(someData) {

</details>

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

0 comments on commit e9b21f5

Please sign in to comment.