From 6ad02bd96b8081b069b2cf5761bea666fae6f956 Mon Sep 17 00:00:00 2001 From: ivuorinen Date: Tue, 24 Oct 2023 05:18:13 +0000 Subject: [PATCH] chore(release): publish - @ivuorinen/eslint-config@0.2.18 --- 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 25a4beb..0b6047d 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.18](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.2.17...@ivuorinen/eslint-config@0.2.18) (2023-10-24) + +### Bug Fixes + +- **deps:** update eslint ([#113](https://github.com/ivuorinen/base-configs/issues/113)) ([4eff12a](https://github.com/ivuorinen/base-configs/commit/4eff12a838f046088e401bdf131356e475e4d4ff)) + ## [0.2.17](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.2.16...@ivuorinen/eslint-config@0.2.17) (2023-10-15) ### Bug Fixes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 3b6ed46..2373d32 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/eslint-config", - "version": "0.2.17", + "version": "0.2.18", "description": "ivuorinen's shareable configuration for ESLint.", "author": { "name": "Ismo Vuorinen",