From c53de7f06508174a6459538c127c9da85e57d732 Mon Sep 17 00:00:00 2001 From: ivuorinen Date: Sat, 8 Jul 2023 10:13:11 +0000 Subject: [PATCH] chore(release): publish - @ivuorinen/eslint-config@0.2.0 --- 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 81d1cc5..ab1ab1d 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.2.0](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.1.11...@ivuorinen/eslint-config@0.2.0) (2023-07-08) + +### Features + +- **deps:** Dropped prettier from eslint configs ([fe71bf6](https://github.com/ivuorinen/base-configs/commit/fe71bf6c4127bfcbcbacbb6962bfd5b64b8de4c1)) + ## [0.1.11](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.1.10...@ivuorinen/eslint-config@0.1.11) (2023-07-04) ### Bug Fixes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index e9c5316..0122107 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/eslint-config", - "version": "0.1.11", + "version": "0.2.0", "description": "ivuorinen's shareable configuration for ESLint.", "author": { "name": "Ismo Vuorinen",