From 8f98f2802bf709dcdc17943da64c598f16461c63 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 19 Feb 2024 06:14:36 +0000 Subject: [PATCH] chore(release): 1.2.3 [skip ci] ## [1.2.3](https://github.com/idaho/fltri-eslint-config/compare/1.2.2...1.2.3) (2024-02-19) ### Bug Fixes * bump @typescript-eslint/parser, @typescript-eslint/eslint-plugin from 6.6.0 to 7.0.1 and eslint-plugin-jest from 27.2.3 to 27.8.0 ([#471](https://github.com/idaho/fltri-eslint-config/issues/471)) ([3eecdcb](https://github.com/idaho/fltri-eslint-config/commit/3eecdcbcbc66172ee55729c9e5824d6020a03a5f)) * bump eslint-plugin-jest from 27.2.3 to 27.6.0 ([#438](https://github.com/idaho/fltri-eslint-config/issues/438)) ([b5d298e](https://github.com/idaho/fltri-eslint-config/commit/b5d298e0c431e84128bacb17f42c01bbc9a9454a)) * bump eslint-plugin-jest from 27.8.0 to 27.9.0 ([#477](https://github.com/idaho/fltri-eslint-config/issues/477)) ([4a08441](https://github.com/idaho/fltri-eslint-config/commit/4a084411306c88a21965d940e2071ef5efc660d0)) * bump hosted-git-info from 7.0.0 to 7.0.1 ([#410](https://github.com/idaho/fltri-eslint-config/issues/410)) ([146605c](https://github.com/idaho/fltri-eslint-config/commit/146605c667d3552732f39dba3960885dc294fdd5)) * bump postcss from 8.4.29 to 8.4.35 ([#478](https://github.com/idaho/fltri-eslint-config/issues/478)) ([f2e45f4](https://github.com/idaho/fltri-eslint-config/commit/f2e45f4689e1b3e35354235cf76ef7f095d417c6)) --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 305f10e..9bb7b6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [1.2.3](https://github.com/idaho/fltri-eslint-config/compare/1.2.2...1.2.3) (2024-02-19) + + +### Bug Fixes + +* bump @typescript-eslint/parser, @typescript-eslint/eslint-plugin from 6.6.0 to 7.0.1 and eslint-plugin-jest from 27.2.3 to 27.8.0 ([#471](https://github.com/idaho/fltri-eslint-config/issues/471)) ([3eecdcb](https://github.com/idaho/fltri-eslint-config/commit/3eecdcbcbc66172ee55729c9e5824d6020a03a5f)) +* bump eslint-plugin-jest from 27.2.3 to 27.6.0 ([#438](https://github.com/idaho/fltri-eslint-config/issues/438)) ([b5d298e](https://github.com/idaho/fltri-eslint-config/commit/b5d298e0c431e84128bacb17f42c01bbc9a9454a)) +* bump eslint-plugin-jest from 27.8.0 to 27.9.0 ([#477](https://github.com/idaho/fltri-eslint-config/issues/477)) ([4a08441](https://github.com/idaho/fltri-eslint-config/commit/4a084411306c88a21965d940e2071ef5efc660d0)) +* bump hosted-git-info from 7.0.0 to 7.0.1 ([#410](https://github.com/idaho/fltri-eslint-config/issues/410)) ([146605c](https://github.com/idaho/fltri-eslint-config/commit/146605c667d3552732f39dba3960885dc294fdd5)) +* bump postcss from 8.4.29 to 8.4.35 ([#478](https://github.com/idaho/fltri-eslint-config/issues/478)) ([f2e45f4](https://github.com/idaho/fltri-eslint-config/commit/f2e45f4689e1b3e35354235cf76ef7f095d417c6)) + ## [1.2.2](https://github.com/idaho/fltri-eslint-config/compare/1.2.1...1.2.2) (2023-09-11) diff --git a/package-lock.json b/package-lock.json index 7e05545..4c088e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@fltri/eslint-config", - "version": "1.2.2", + "version": "1.2.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@fltri/eslint-config", - "version": "1.2.2", + "version": "1.2.3", "license": "MIT", "dependencies": { "@typescript-eslint/eslint-plugin": "7.0.1", diff --git a/package.json b/package.json index e1b3e78..5d17412 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@fltri/eslint-config", "private": false, - "version": "1.2.2", + "version": "1.2.3", "description": "My custom ESLint config set.", "main": "node.js", "author": "idaho",