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

Commit

Permalink
Merge pull request #205 from styled-components/1.3.2
Browse files Browse the repository at this point in the history
1.3.2
  • Loading branch information
emilgoldsmith committed Jul 27, 2018
2 parents 00a881b + 0f1b00b commit 3533d05
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 1.3.2
* added support for optional chaining to our babylon parser
* various minor development improvements that shouldn't affect the product

### 1.3.1
* FIX: Interpolations following multiline comments no longer incorrectly error
* README UPDATE: Recommend the recommended instead of standard syntax and no longer recommend the syntax config option for stylelint
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stylelint-processor-styled-components",
"version": "1.3.1",
"version": "1.3.2",
"description": "A stylelint processor for styled-components",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 3533d05

Please sign in to comment.