Skip to content

Commit 6d6cf1c

Browse files
authored
Merge pull request #439 from Igorbek/release-2.0.0
Release 2.0.0
2 parents 1e76ace + ab16c00 commit 6d6cf1c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ All notable changes to this project will be documented in this file.
33

44
## [Unreleased]
55

6+
## [2.0.0]
7+
68
- **breaking change** upgrade to TypeScript 4+ and make use of Factory API (#379)
9+
- bugfix in minification of `calc()` (fix #233 in #436)
710

811
## [1.6.0]
912

@@ -70,7 +73,8 @@ All notable changes to this project will be documented in this file.
7073
- updated `typescript` dependency to support TS 3.0+ (#17, fixed #15)
7174
- remove `ts-is-kind` dependency (#17, fixed #16)
7275

73-
[Unreleased]: https://github.com/igorbek/typescript-plugin-styled-components/compare/1.6.0...HEAD
76+
[Unreleased]: https://github.com/igorbek/typescript-plugin-styled-components/compare/2.0.0...HEAD
77+
[2.0.0]: https://github.com/igorbek/typescript-plugin-styled-components/compare/1.6.0...2.0.0
7478
[1.6.0]: https://github.com/igorbek/typescript-plugin-styled-components/compare/1.5.0...1.6.0
7579
[1.5.0]: https://github.com/igorbek/typescript-plugin-styled-components/compare/1.4.4...1.5.0
7680
[1.4.4]: https://github.com/igorbek/typescript-plugin-styled-components/compare/1.4.3...1.4.4

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typescript-plugin-styled-components",
3-
"version": "1.6.0",
3+
"version": "2.0.0",
44
"description": "TypeScript transformer for improving the debugging experience of styled-components",
55
"main": "dist/index.js",
66
"homepage": "https://github.com/Igorbek/typescript-plugin-styled-components",

0 commit comments

Comments
 (0)