diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index 85441f218..24290f1da 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0](https://github.com/open-wc/open-wc/compare/@open-wc/eslint-config@1.3.0...@open-wc/eslint-config@2.0.0) (2019-12-02) + + +### Features + +* **eslint-config:** add eslint-plugin-lit ([#1024](https://github.com/open-wc/open-wc/issues/1024)) ([b2f4f7e](https://github.com/open-wc/open-wc/commit/b2f4f7e6cd5852cc1223919de9c8c0feaf7e0459)) + + +### BREAKING CHANGES + +* **eslint-config:** lit-html templates are now linted as well + + + + + # [1.3.0](https://github.com/open-wc/open-wc/compare/@open-wc/eslint-config@1.2.0...@open-wc/eslint-config@1.3.0) (2019-11-03) diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 3c3dbb95e..7a6946776 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@open-wc/eslint-config", - "version": "1.3.0", + "version": "2.0.0", "publishConfig": { "access": "public" },