diff --git a/CHANGELOG.md b/CHANGELOG.md index 29f6995..8bb18bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.2.0 + +allow css / scss imports without assignment + ## 1.1.0 update to eslint 7.0 diff --git a/README.md b/README.md index 94b6968..4ff85e7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # @sapphirecode/eslint-config-es6 -version: 1.1.x +version: 1.2.x scode eslint standard configuration for es6 diff --git a/package.json b/package.json index fe134de..0f311ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sapphirecode/eslint-config-es6", - "version": "1.1.18", + "version": "1.2.0", "description": "scode eslint es6 configuration", "main": "index.js", "scripts": {