Skip to content
This repository was archived by the owner on May 14, 2021. It is now read-only.

Commit 3533d05

Browse files
Merge pull request #205 from styled-components/1.3.2
1.3.2
2 parents 00a881b + 0f1b00b commit 3533d05

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 1.3.2
2+
* added support for optional chaining to our babylon parser
3+
* various minor development improvements that shouldn't affect the product
4+
15
### 1.3.1
26
* FIX: Interpolations following multiline comments no longer incorrectly error
37
* README UPDATE: Recommend the recommended instead of standard syntax and no longer recommend the syntax config option for stylelint

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stylelint-processor-styled-components",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"description": "A stylelint processor for styled-components",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)