From acc08f0e6dc020d08132f6e7efb08e81a9a2c52e Mon Sep 17 00:00:00 2001 From: ivuorinen Date: Thu, 4 May 2023 21:30:04 +0000 Subject: [PATCH] chore(release): publish - @ivuorinen/eslint-config@0.1.2 --- 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 e84670e..cc6b287 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.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 + +- **deps:** update eslint ([#6](https://github.com/ivuorinen/base-configs/issues/6)) ([f593c37](https://github.com/ivuorinen/base-configs/commit/f593c37ffbd60da04910d901ec3a31606e102360)) + ## 0.1.1 (2023-05-04) **Note:** Version bump only for package @ivuorinen/eslint-config diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 74404ab..8c0eff2 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/eslint-config", - "version": "0.1.1", + "version": "0.1.2", "description": "ivuorinen's shareable configuration for ESLint.", "author": { "name": "Ismo Vuorinen",