diff --git a/CHANGELOG.md b/CHANGELOG.md index bcd579b..b1ce42d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +# [6.8.0](https://github.com/asd-xiv/eslint-config/compare/v6.7.0...v6.8.0) (2021-11-16) + + +### Features + +* **unicorn:** allow "lib" ([3cc95c1](https://github.com/asd-xiv/eslint-config/commit/3cc95c1ae3de6a8091750f6c7c9cc4ffcc8cf85f)) + ## [6.7.0](https://github.com/asd-xiv/eslint-config/compare/v6.6.0...v6.7.0) (2021-11-16) ### Features diff --git a/package.json b/package.json index f6ea3e7..d12fde0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@asd14/eslint-config", - "version": "6.7.0", + "version": "6.8.0", "description": "JavaScript ESLint rules", "homepage": "https://github.com/asd-xiv/eslint-config", "main": "targets/node.js",