From 030322915db26d6eb52567dfdb976f95589a4093 Mon Sep 17 00:00:00 2001 From: ivuorinen Date: Fri, 27 Oct 2023 12:38:28 +0000 Subject: [PATCH] chore(release): publish - @ivuorinen/eslint-config@0.3.1 --- 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 a56d8d7..de494ec 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.3.1](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.3.0...@ivuorinen/eslint-config@0.3.1) (2023-10-27) + +### Bug Fixes + +- **deps:** update dependency eslint-plugin-import to v2.29.0 ([#117](https://github.com/ivuorinen/base-configs/issues/117)) ([f1507a2](https://github.com/ivuorinen/base-configs/commit/f1507a230fa41af9a48061848a3c92a667313193)) + # [0.3.0](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.2.19...@ivuorinen/eslint-config@0.3.0) (2023-10-25) ### Features diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index f9e3caf..7fb6f5e 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/eslint-config", - "version": "0.3.0", + "version": "0.3.1", "description": "ivuorinen's shareable configuration for ESLint.", "author": { "name": "Ismo Vuorinen",