From 5ab05396aa9f8d332fda6be5b81eff3a48a1d89f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Thu, 29 Jun 2023 00:24:51 +0000 Subject: [PATCH] chore(release): publish - @ivuorinen/eslint-config@0.1.10 --- 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 55eeca1..4cbaa94 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.10](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.1.9...@ivuorinen/eslint-config@0.1.10) (2023-06-29) + +### Bug Fixes + +- **deps:** update dependency eslint-plugin-n to v16.0.1 ([d88bcac](https://github.com/ivuorinen/base-configs/commit/d88bcacfbd8a69d6991c7749784184987da103c8)) + ## [0.1.9](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.1.8...@ivuorinen/eslint-config@0.1.9) (2023-06-26) ### Bug Fixes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index afe54b1..23a09a9 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/eslint-config", - "version": "0.1.9", + "version": "0.1.10", "description": "ivuorinen's shareable configuration for ESLint.", "author": { "name": "Ismo Vuorinen",