From d6224d92b6403040fe7dbfa529702e5b5c8406ea Mon Sep 17 00:00:00 2001 From: ivuorinen Date: Wed, 11 Oct 2023 13:13:44 +0000 Subject: [PATCH] chore(release): publish - @ivuorinen/eslint-config@0.2.16 --- packages/eslint-config/CHANGELOG.md | 4 ++++ packages/eslint-config/package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index 5bdb3c4..66c42ff 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.16](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.2.15...@ivuorinen/eslint-config@0.2.16) (2023-10-11) + +**Note:** Version bump only for package @ivuorinen/eslint-config + ## [0.2.15](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.2.14...@ivuorinen/eslint-config@0.2.15) (2023-10-10) ### Bug Fixes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 7a3d5d1..71bbec0 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/eslint-config", - "version": "0.2.15", + "version": "0.2.16", "description": "ivuorinen's shareable configuration for ESLint.", "author": { "name": "Ismo Vuorinen",