From b9a321f0a9869fb8aa9f1916fbd7df7da95efc05 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Tue, 22 Aug 2023 00:52:25 +0000 Subject: [PATCH] chore(release): publish - @ivuorinen/eslint-config@0.2.6 --- 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 d223e8d..74c1cba 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.6](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.2.5...@ivuorinen/eslint-config@0.2.6) (2023-08-22) + +### Bug Fixes + +- **deps:** update dependency eslint-plugin-import to v2.28.1 ([d2cbc1c](https://github.com/ivuorinen/base-configs/commit/d2cbc1c2185746aae2d2b3ec4722ef1e921170f6)) + ## [0.2.5](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.2.4...@ivuorinen/eslint-config@0.2.5) (2023-08-15) ### Bug Fixes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index fa712ae..8a0871b 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/eslint-config", - "version": "0.2.5", + "version": "0.2.6", "description": "ivuorinen's shareable configuration for ESLint.", "author": { "name": "Ismo Vuorinen",