From 8df671da1696bc951cbf38c9715965ef5c251c8a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Tue, 3 Oct 2023 00:56:00 +0000 Subject: [PATCH] chore(release): publish - @ivuorinen/eslint-config@0.2.14 --- packages/eslint-config/CHANGELOG.md | 6 ++++++ packages/eslint-config/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index 4993894..752ccf8 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.14](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.2.13...@ivuorinen/eslint-config@0.2.14) (2023-10-03) + +### Bug Fixes + +- **deps:** update dependency eslint-plugin-jest to v27.4.2 ([5cea814](https://github.com/ivuorinen/base-configs/commit/5cea8144d75fe8ed03610c6ac669f86004554c77)) + ## [0.2.13](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.2.12...@ivuorinen/eslint-config@0.2.13) (2023-09-26) ### Bug Fixes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 18c9ce4..abcc351 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/eslint-config", - "version": "0.2.13", + "version": "0.2.14", "description": "ivuorinen's shareable configuration for ESLint.", "author": { "name": "Ismo Vuorinen",