From d0f688a12485b89553bc4a2c0b74a49ec24ed9d2 Mon Sep 17 00:00:00 2001 From: Bjerk Bot Date: Sun, 13 Aug 2023 14:34:02 +0200 Subject: [PATCH] chore(main): release 6.0.1 (#273) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c68465b..7968d56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [6.0.1](https://github.com/bjerkio/eslint-config/compare/v6.0.0...v6.0.1) (2023-08-13) + + +### Bug Fixes + +* add missing file to package ([d4030ac](https://github.com/bjerkio/eslint-config/commit/d4030ac0c34abd6b4193bfb7bf3e470a76576fd7)) + ## [6.0.0](https://github.com/bjerkio/eslint-config/compare/v5.4.0...v6.0.0) (2023-08-09) diff --git a/package.json b/package.json index 5365395..fdb1474 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bjerk/eslint-config", - "version": "6.0.0", + "version": "6.0.1", "license": "Apache-2.0", "author": "Bjerk AS", "repository": "github:bjerkio/eslint-config",