From 256efd6bd346d522f901c95622fcd14b5f0d5aa7 Mon Sep 17 00:00:00 2001 From: ivuorinen Date: Fri, 25 Aug 2023 05:05:12 +0000 Subject: [PATCH] chore(release): publish - @ivuorinen/eslint-config@0.2.7 --- 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 74c1cba..3371f58 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.7](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.2.6...@ivuorinen/eslint-config@0.2.7) (2023-08-25) + +### Bug Fixes + +- **deps:** update dependency eslint-plugin-n to v16.0.2 ([#82](https://github.com/ivuorinen/base-configs/issues/82)) ([dc213bd](https://github.com/ivuorinen/base-configs/commit/dc213bd680576267b3307aec2a54f012c6ab5889)) + ## [0.2.6](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.2.5...@ivuorinen/eslint-config@0.2.6) (2023-08-22) ### Bug Fixes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index b80c878..ac582f7 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/eslint-config", - "version": "0.2.6", + "version": "0.2.7", "description": "ivuorinen's shareable configuration for ESLint.", "author": { "name": "Ismo Vuorinen",