From 45d0cbec4bd21ea005a0e4ed031bd4100448b80f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 5 Jun 2024 20:51:54 +0000 Subject: [PATCH] chore(release): 1.0.1 [skip ci] ## [1.0.1](https://github.com/Kong/eslint-config-kong-ui/compare/v1.0.0...v1.0.1) (2024-06-05) ### Bug Fixes * trigger release ([bc15e45](https://github.com/Kong/eslint-config-kong-ui/commit/bc15e45a2232e1a547bef71a81592914570b06de)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9d20d0..68fd698 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.1](https://github.com/Kong/eslint-config-kong-ui/compare/v1.0.0...v1.0.1) (2024-06-05) + + +### Bug Fixes + +* trigger release ([bc15e45](https://github.com/Kong/eslint-config-kong-ui/commit/bc15e45a2232e1a547bef71a81592914570b06de)) + # 1.0.0 (2024-06-05) diff --git a/package.json b/package.json index 6483238..7745491 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kong/eslint-config-kong-ui", - "version": "1.0.0", + "version": "1.0.1", "description": "Sharable ESLint configuration for Kong's frontend repositories", "main": "configs/index.mjs", "type": "module",