From 10232567855e8c4f3f5fd51c7bfced5f9dc9b5e8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 6 Jun 2024 00:31:55 +0000 Subject: [PATCH] chore(release): 1.0.2 [skip ci] ## [1.0.2](https://github.com/Kong/eslint-config-kong-ui/compare/v1.0.1...v1.0.2) (2024-06-06) ### Bug Fixes * engines ([c538ecb](https://github.com/Kong/eslint-config-kong-ui/commit/c538ecb33407ae3a18b541ea73f71f65e278d5e6)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68fd698..17ff5ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.2](https://github.com/Kong/eslint-config-kong-ui/compare/v1.0.1...v1.0.2) (2024-06-06) + + +### Bug Fixes + +* engines ([c538ecb](https://github.com/Kong/eslint-config-kong-ui/commit/c538ecb33407ae3a18b541ea73f71f65e278d5e6)) + ## [1.0.1](https://github.com/Kong/eslint-config-kong-ui/compare/v1.0.0...v1.0.1) (2024-06-05) diff --git a/package.json b/package.json index b15a2ea..91d10cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kong/eslint-config-kong-ui", - "version": "1.0.1", + "version": "1.0.2", "description": "Sharable ESLint configuration for Kong's frontend repositories", "main": "configs/index.mjs", "type": "module",