Skip to content

Release 1.6.0 #415

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 15, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

- namespace prefix to help multiple instances of library not clash (fix #381 in #395)
## [1.6.0]

- namespace prefix to help multiple instances of the library not clash (fix #381 in #395)

## [1.5.0]

Expand Down Expand Up @@ -66,7 +68,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.5.0...HEAD
[Unreleased]: https://github.com/igorbek/typescript-plugin-styled-components/compare/1.6.0...HEAD
[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
[1.4.3]: https://github.com/igorbek/typescript-plugin-styled-components/compare/1.4.2...1.4.3
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.5.0",
"version": "1.6.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