From 1d50d6412dc58d6d045b8142dc85469f431a12f3 Mon Sep 17 00:00:00 2001 From: Bjerk Bot Date: Sun, 30 Jul 2023 02:21:49 +0200 Subject: [PATCH] chore(main): release 5.4.0 (#264) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 641176b..b4e85c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [5.4.0](https://github.com/bjerkio/eslint-config/compare/5.3.1...v5.4.0) (2023-07-24) + + +### Features + +* add ignorePatterns to base config ([#260](https://github.com/bjerkio/eslint-config/issues/260)) ([0f86df3](https://github.com/bjerkio/eslint-config/commit/0f86df34b9c3e4700bab383884a9aee4f8aa2533)) + + +### Bug Fixes + +* do not depend on prettier and typescript ([#261](https://github.com/bjerkio/eslint-config/issues/261)) ([824cbbd](https://github.com/bjerkio/eslint-config/commit/824cbbdf98c7c94b1d4bb729317e755e61b54fea)) + ## [5.3.0](https://github.com/bjerkio/eslint-config/compare/v5.2.0...v5.3.0) (2023-07-19) diff --git a/package.json b/package.json index b40bfaa..a0f21cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bjerk/eslint-config", - "version": "5.3.1", + "version": "5.4.0", "license": "Apache-2.0", "author": "Bjerk AS", "repository": "github:bjerkio/eslint-config",