Skip to content

Commit

Permalink
Bump version (v3.2.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoespeon committed Jan 31, 2020
1 parent c303bc8 commit 4981bfb
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]

## [3.2.0] - 2020-01-30 - The Class Without an Interface 🎭

### Fixed

- Convert to Template Literal now works on JSX attributes which were not already wrapped with braces. Concretely, `<MyComponent prop="test" />` will now produce `<MyComponent prop={`test`} />` instead of failing.
Expand All @@ -16,7 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- **[New Refactoring]** Add Braces to JSX Attribute
- **[New Refactoring]** Remove Braces from JSX Attribute
- **[New Refactoring]** Extract Interfaces _(TS specific)_
- **[New Refactoring]** Extract Interface _(TS specific)_

## [3.1.0] - 2020-01-14 - Keep 'em simple 🌱

Expand Down Expand Up @@ -704,7 +706,8 @@ function doSomething(someData) {

</details>

[unreleased]: https://github.com/nicoespeon/abracadabra/compare/3.1.0...HEAD
[unreleased]: https://github.com/nicoespeon/abracadabra/compare/3.2.0...HEAD
[3.2.0]: https://github.com/nicoespeon/abracadabra/compare/3.1.0...3.2.0
[3.1.0]: https://github.com/nicoespeon/abracadabra/compare/3.0.0...3.1.0
[3.0.0]: https://github.com/nicoespeon/abracadabra/compare/2.0.0...3.0.0
[2.0.0]: https://github.com/nicoespeon/abracadabra/compare/1.2.1...2.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": "3.1.0",
"version": "3.2.0",
"displayName": "Abracadabra, refactor this!",
"publisher": "nicoespeon",
"description": "Automated refactorings for VS Code, in JavaScript and TypeScript.",
Expand Down

0 comments on commit 4981bfb

Please sign in to comment.