Skip to content

Commit 13b6a71

Browse files
authored
Merge pull request #415 from Igorbek/release-1.6.0
Release 1.6.0
2 parents 455baec + 9ab7a7a commit 13b6a71

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

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

44
## [Unreleased]
55

6-
- namespace prefix to help multiple instances of library not clash (fix #381 in #395)
6+
## [1.6.0]
7+
8+
- namespace prefix to help multiple instances of the library not clash (fix #381 in #395)
79

810
## [1.5.0]
911

@@ -66,7 +68,8 @@ All notable changes to this project will be documented in this file.
6668
- updated `typescript` dependency to support TS 3.0+ (#17, fixed #15)
6769
- remove `ts-is-kind` dependency (#17, fixed #16)
6870

69-
[Unreleased]: https://github.com/igorbek/typescript-plugin-styled-components/compare/1.5.0...HEAD
71+
[Unreleased]: https://github.com/igorbek/typescript-plugin-styled-components/compare/1.6.0...HEAD
72+
[1.6.0]: https://github.com/igorbek/typescript-plugin-styled-components/compare/1.5.0...1.6.0
7073
[1.5.0]: https://github.com/igorbek/typescript-plugin-styled-components/compare/1.4.4...1.5.0
7174
[1.4.4]: https://github.com/igorbek/typescript-plugin-styled-components/compare/1.4.3...1.4.4
7275
[1.4.3]: https://github.com/igorbek/typescript-plugin-styled-components/compare/1.4.2...1.4.3

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.5.0",
3+
"version": "1.6.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)