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",