From 280de0b60ad12835f33f929b3d82e5dcce7e9800 Mon Sep 17 00:00:00 2001 From: ivuorinen Date: Mon, 7 Aug 2023 12:03:32 +0000 Subject: [PATCH] chore(release): publish - @ivuorinen/eslint-config@0.2.4 --- 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 72c2e3a..12bcd8b 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.4](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.2.3...@ivuorinen/eslint-config@0.2.4) (2023-08-07) + +### Bug Fixes + +- **deps:** update eslint ([#70](https://github.com/ivuorinen/base-configs/issues/70)) ([b700c51](https://github.com/ivuorinen/base-configs/commit/b700c51993c16af24e389fd07463cbebb8101da2)) + ## [0.2.3](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.2.2...@ivuorinen/eslint-config@0.2.3) (2023-07-18) ### Bug Fixes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index df62ebc..1f635e3 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/eslint-config", - "version": "0.2.3", + "version": "0.2.4", "description": "ivuorinen's shareable configuration for ESLint.", "author": { "name": "Ismo Vuorinen",