From ab16c000d1075702817364fa00e9228be2b1780b Mon Sep 17 00:00:00 2001 From: Igor Oleinikov Date: Thu, 8 Jul 2021 17:40:57 -0700 Subject: [PATCH] Prepare release 2.0.0 --- CHANGELOG.md | 6 +++++- package.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e72cfc..3dceffe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,10 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [2.0.0] + - **breaking change** upgrade to TypeScript 4+ and make use of Factory API (#379) +- bugfix in minification of `calc()` (fix #233 in #436) ## [1.6.0] @@ -70,7 +73,8 @@ All notable changes to this project will be documented in this file. - updated `typescript` dependency to support TS 3.0+ (#17, fixed #15) - remove `ts-is-kind` dependency (#17, fixed #16) -[Unreleased]: https://github.com/igorbek/typescript-plugin-styled-components/compare/1.6.0...HEAD +[Unreleased]: https://github.com/igorbek/typescript-plugin-styled-components/compare/2.0.0...HEAD +[2.0.0]: https://github.com/igorbek/typescript-plugin-styled-components/compare/1.6.0...2.0.0 [1.6.0]: https://github.com/igorbek/typescript-plugin-styled-components/compare/1.5.0...1.6.0 [1.5.0]: https://github.com/igorbek/typescript-plugin-styled-components/compare/1.4.4...1.5.0 [1.4.4]: https://github.com/igorbek/typescript-plugin-styled-components/compare/1.4.3...1.4.4 diff --git a/package.json b/package.json index fa0e763..35e2784 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typescript-plugin-styled-components", - "version": "1.6.0", + "version": "2.0.0", "description": "TypeScript transformer for improving the debugging experience of styled-components", "main": "dist/index.js", "homepage": "https://github.com/Igorbek/typescript-plugin-styled-components",