From 4981bfbfd60cc6525a00a22052235a823b866f3a Mon Sep 17 00:00:00 2001 From: Nicolas Carlo Date: Thu, 30 Jan 2020 22:12:14 -0500 Subject: [PATCH] Bump version (v3.2.0) --- CHANGELOG.md | 7 +++++-- package.json | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e8b19036..a31208cdb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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, `` will now produce `` instead of failing. @@ -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 🌱 @@ -704,7 +706,8 @@ function doSomething(someData) { -[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 diff --git a/package.json b/package.json index 0f8d62c63..dcff769b6 100644 --- a/package.json +++ b/package.json @@ -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.",