Skip to content

Commit c8da56d

Browse files
committed
0.12.0
1 parent 75dd08d commit c8da56d

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
# 0.12.0 - October 15, 2018
4+
- Pick up new decorator library version to fix a possible state corruption error.
5+
36
# 0.11.0 - September 11, 2018
47
- Fixed some false positive errors when using a placeholder in a contexual selector. Thanks @lukyth!
58
- Apply in `injectGlobal` or `createGlobalStyle` by default. Thanks @scf4!

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typescript-styled-plugin",
3-
"version": "0.11.0",
3+
"version": "0.12.0",
44
"description": "TypeScript language service plugin that adds IntelliSense for styled components",
55
"keywords": [
66
"TypeScript",

0 commit comments

Comments
 (0)