From b2f2feef58c8a9ae6addaeb9d8ab87d271b68ad9 Mon Sep 17 00:00:00 2001 From: ivuorinen Date: Fri, 19 May 2023 07:56:30 +0000 Subject: [PATCH] chore(release): publish - @ivuorinen/eslint-config@0.1.4 --- 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 2316c06..9b1c6b8 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.1.4](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.1.3...@ivuorinen/eslint-config@0.1.4) (2023-05-19) + +### Bug Fixes + +- **deps:** update dependency eslint-plugin-n to v16 ([#27](https://github.com/ivuorinen/base-configs/issues/27)) ([63c0185](https://github.com/ivuorinen/base-configs/commit/63c0185d842592105be80d47dda631f9806f214b)) + ## [0.1.3](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.1.2...@ivuorinen/eslint-config@0.1.3) (2023-05-09) ### Bug Fixes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 12f0eab..a4c4752 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/eslint-config", - "version": "0.1.3", + "version": "0.1.4", "description": "ivuorinen's shareable configuration for ESLint.", "author": { "name": "Ismo Vuorinen",