From 7775db2312443d506653230e733cdf31e55caec2 Mon Sep 17 00:00:00 2001 From: Jon Ursenbach Date: Tue, 1 Mar 2022 12:01:19 -0800 Subject: [PATCH] build: 8.4.4 release --- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c50d8212..98e5e5a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 8.4.4 (2022-03-01) + +* chore(deps): upgrading typescript plugins to support v4.6 ([7d7065f](https://github.com/readmeio/eslint-config/commit/7d7065f)) + + + ## 8.4.3 (2022-03-01) * chore(deps): bump @typescript-eslint/eslint-plugin from 5.11.0 to 5.12.0 (#326) ([859fc0f](https://github.com/readmeio/eslint-config/commit/859fc0f)), closes [#326](https://github.com/readmeio/eslint-config/issues/326) diff --git a/package-lock.json b/package-lock.json index b73c0303..71e9cd82 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@readme/eslint-config", - "version": "8.4.3", + "version": "8.4.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@readme/eslint-config", - "version": "8.4.3", + "version": "8.4.4", "license": "ISC", "dependencies": { "@typescript-eslint/eslint-plugin": "^5.13.0", diff --git a/package.json b/package.json index 9c9945c5..6e587fad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@readme/eslint-config", - "version": "8.4.3", + "version": "8.4.4", "description": "ReadMe coding standards", "main": "index.js", "author": "Jon Ursenbach ",