From 77015989528f921afd41d46ee311898430343501 Mon Sep 17 00:00:00 2001 From: ivuorinen Date: Sun, 29 Oct 2023 22:55:33 +0000 Subject: [PATCH] chore(release): publish - @ivuorinen/eslint-config@0.3.2 --- 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 de494ec..f4d41cc 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.2](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.3.1...@ivuorinen/eslint-config@0.3.2) (2023-10-29) + +### Bug Fixes + +- **deps:** update dependency eslint-plugin-jest to v27.6.0 ([#120](https://github.com/ivuorinen/base-configs/issues/120)) ([106f755](https://github.com/ivuorinen/base-configs/commit/106f7555e31f2b98499fe36cf5b8dd50516e53d5)) + ## [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 diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 89d7715..b5286e6 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/eslint-config", - "version": "0.3.1", + "version": "0.3.2", "description": "ivuorinen's shareable configuration for ESLint.", "author": { "name": "Ismo Vuorinen",