From 5f1a0d5fd409350416151ca5cb0db54e8ecf7df1 Mon Sep 17 00:00:00 2001 From: ivuorinen Date: Sat, 3 Jun 2023 21:56:16 +0000 Subject: [PATCH] chore(release): publish - @ivuorinen/eslint-config@0.1.6 --- 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 aadfeb0..3bba218 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.6](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.1.5...@ivuorinen/eslint-config@0.1.6) (2023-06-03) + +### Bug Fixes + +- **deps:** update dependency eslint-config-standard to v17.1.0 ([#33](https://github.com/ivuorinen/base-configs/issues/33)) ([283f360](https://github.com/ivuorinen/base-configs/commit/283f3604f16c57e07aecb56c0a025d6d67574dba)) + ## [0.1.5](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.1.4...@ivuorinen/eslint-config@0.1.5) (2023-05-23) ### Bug Fixes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 3f1dc61..319879e 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/eslint-config", - "version": "0.1.5", + "version": "0.1.6", "description": "ivuorinen's shareable configuration for ESLint.", "author": { "name": "Ismo Vuorinen",