diff --git a/CHANGELOG.md b/CHANGELOG.md index b393f87..8a18f96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.2.0](https://github.com/mll-lab/eslint-plugin/compare/v1.1.2...v1.2.0) (2021-03-22) + + +### Features + +* Add rule no-global-styles ([2ebfc13](https://github.com/mll-lab/eslint-plugin/commit/2ebfc1326f81e4894d047bc0623773523e564b2b)) + ## [1.1.2](https://github.com/mll-lab/eslint-plugin/compare/v1.1.1...v1.1.2) (2021-03-22) diff --git a/package.json b/package.json index df26df7..7ed480f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mll-lab/eslint-plugin", - "version": "1.1.2", + "version": "1.2.0", "description": "ESLint plugin and common configuration of MLL", "main": "dist/index.js", "repository": {