From 90cf17306f0765c633c944a66fca27e4998cc5a6 Mon Sep 17 00:00:00 2001 From: ivuorinen Date: Tue, 26 Sep 2023 08:14:20 +0000 Subject: [PATCH] chore(release): publish - @ivuorinen/eslint-config@0.2.13 --- 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 d43dd30..4993894 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.13](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.2.12...@ivuorinen/eslint-config@0.2.13) (2023-09-26) + +### Bug Fixes + +- **deps:** update dependency eslint to v8.50.0 ([#100](https://github.com/ivuorinen/base-configs/issues/100)) ([91e807f](https://github.com/ivuorinen/base-configs/commit/91e807f93abeadcf4fe27f014b00b7dcddbfb684)) + ## [0.2.12](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.2.11...@ivuorinen/eslint-config@0.2.12) (2023-09-19) ### Bug Fixes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 1eaed13..3cb677c 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/eslint-config", - "version": "0.2.12", + "version": "0.2.13", "description": "ivuorinen's shareable configuration for ESLint.", "author": { "name": "Ismo Vuorinen",