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

Commit b864ff3

Browse files
Merge pull request #147 from styled-components/1.1.1
1.1.1
2 parents 5c5fc90 + 81ec2dc commit b864ff3

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### 1.1.1
2+
* FIX: Also catch errors regarding resolving absolute path of file and avoid them bubbling up to Stylelint
3+
14
### 1.1.0
25
* Add support for Node v4
36
* Catch errors to avoid them bubbling up to Stylelint (which broke the Stylelint plugin for VSCode)

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.1.0",
3+
"version": "1.1.1",
44
"description": "A stylelint processor for styled-components",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)