Skip to content

Commit

Permalink
Merge pull request #439 from Igorbek/release-2.0.0
Browse files Browse the repository at this point in the history
Release 2.0.0
  • Loading branch information
Igorbek authored Jul 9, 2021
2 parents 1e76ace + ab16c00 commit 6d6cf1c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down Expand Up @@ -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
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": "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",
Expand Down

0 comments on commit 6d6cf1c

Please sign in to comment.