From 08a6ab59ffa3e9b1cf61231977cec333b996ef54 Mon Sep 17 00:00:00 2001 From: ivuorinen Date: Tue, 9 May 2023 14:35:17 +0000 Subject: [PATCH] chore(release): publish - @ivuorinen/eslint-config@0.1.3 --- 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 cc6b287..2316c06 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.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 + +- **deps:** update dependency eslint to v8.40.0 ([#25](https://github.com/ivuorinen/base-configs/issues/25)) ([932edcf](https://github.com/ivuorinen/base-configs/commit/932edcfb2f88e93a62efc67eff144941d520a6a0)) + ## [0.1.2](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.1.1...@ivuorinen/eslint-config@0.1.2) (2023-05-04) ### Bug Fixes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 7cb5aab..6a5db02 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/eslint-config", - "version": "0.1.2", + "version": "0.1.3", "description": "ivuorinen's shareable configuration for ESLint.", "author": { "name": "Ismo Vuorinen",