diff --git a/CHANGELOG.md b/CHANGELOG.md index c4655ff..b528632 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [6.4.0](https://github.com/asd-xiv/eslint-config/compare/v6.3.0...v6.4.0) (2021-11-07) + + +### Features + +* update dependencies ([f855889](https://github.com/asd-xiv/eslint-config/commit/f8558890f886f087a1027c6e8c6cca74430cbc4f)) + # A log of changes ## [6.3.0](https://github.com/asd-xiv/eslint-config/compare/v6.2.1...v6.3.0) (2021-10-30) diff --git a/package.json b/package.json index b585780..433e165 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@asd14/eslint-config", - "version": "6.3.0", + "version": "6.4.0", "description": "JavaScript ESLint rules", "homepage": "https://github.com/asd-xiv/eslint-config", "main": "targets/node.js",