From 3d79826c87fdfc4a1050462bb763c8f4ad65178d Mon Sep 17 00:00:00 2001 From: ivuorinen Date: Tue, 12 Sep 2023 14:54:06 +0000 Subject: [PATCH] chore(release): publish - @ivuorinen/eslint-config@0.2.10 --- 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 0872424..0371a37 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.10](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.2.9...@ivuorinen/eslint-config@0.2.10) (2023-09-12) + +### Bug Fixes + +- **deps:** update dependency eslint to v8.49.0 ([#91](https://github.com/ivuorinen/base-configs/issues/91)) ([1ddcc9e](https://github.com/ivuorinen/base-configs/commit/1ddcc9eea6f96ead1afa85e3feb36ed79b4f0b55)) + ## [0.2.9](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.2.8...@ivuorinen/eslint-config@0.2.9) (2023-08-29) ### Bug Fixes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index b236c1d..e8268a7 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/eslint-config", - "version": "0.2.9", + "version": "0.2.10", "description": "ivuorinen's shareable configuration for ESLint.", "author": { "name": "Ismo Vuorinen",