From 5d583940eea5790925c3750f9cb74f69bf9d37cb Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 27 Nov 2021 10:42:20 +0000 Subject: [PATCH] chore(release): 6.10.0 [skip ci] # [6.10.0](https://github.com/asd-xiv/eslint-config/compare/v6.9.0...v6.10.0) (2021-11-27) ### Features * sync peerdependencies ([2c6a116](https://github.com/asd-xiv/eslint-config/commit/2c6a11670753aac8ba37e6f24a635e2d311c5519)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38cea65..4504d3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +# [6.10.0](https://github.com/asd-xiv/eslint-config/compare/v6.9.0...v6.10.0) (2021-11-27) + + +### Features + +* sync peerdependencies ([2c6a116](https://github.com/asd-xiv/eslint-config/commit/2c6a11670753aac8ba37e6f24a635e2d311c5519)) + # [6.9.0](https://github.com/asd-xiv/eslint-config/compare/v6.8.0...v6.9.0) (2021-11-27) diff --git a/package.json b/package.json index cfc9802..c92e4f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@asd14/eslint-config", - "version": "6.9.0", + "version": "6.10.0", "description": "JavaScript ESLint rules", "homepage": "https://github.com/asd-xiv/eslint-config", "main": "targets/node.js",