Skip to content

Commit

Permalink
Bump version (8.1.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoespeon committed Jul 24, 2023
1 parent b036641 commit 90a0907
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.1.3]

No user-visible change. Mostly dependencies upgrades.

## [8.1.2]

### Fixed
Expand Down Expand Up @@ -1816,7 +1820,8 @@ function doSomething(someData) {

</details>

[unreleased]: https://github.com/nicoespeon/abracadabra/compare/8.1.2...HEAD
[unreleased]: https://github.com/nicoespeon/abracadabra/compare/8.1.3...HEAD
[8.1.3]: https://github.com/nicoespeon/abracadabra/compare/8.1.1...8.1.3
[8.1.2]: https://github.com/nicoespeon/abracadabra/compare/8.1.1...8.1.2
[8.1.1]: https://github.com/nicoespeon/abracadabra/compare/8.1.0...8.1.1
[8.1.0]: https://github.com/nicoespeon/abracadabra/compare/8.0.1...8.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.1.2",
"version": "8.1.3",
"displayName": "Abracadabra, refactor this!",
"publisher": "nicoespeon",
"description": "Automated refactorings for VS Code, in JavaScript and TypeScript.",
Expand Down

0 comments on commit 90a0907

Please sign in to comment.