From 8d7285d3be605dfb7f93fc415d81a231ff7856fd Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 24 Dec 2024 02:17:42 +0000 Subject: [PATCH] chore(release): 1.1.6 [skip ci] ## [1.1.6](https://github.com/Kong/eslint-config-kong-ui/compare/v1.1.5...v1.1.6) (2024-12-24) ### Bug Fixes * **deps:** update eslint ([#8](https://github.com/Kong/eslint-config-kong-ui/issues/8)) ([ca7cac0](https://github.com/Kong/eslint-config-kong-ui/commit/ca7cac0d4e40999ba78af956f9555f5f25324e88)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a26a454..1343ec2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.6](https://github.com/Kong/eslint-config-kong-ui/compare/v1.1.5...v1.1.6) (2024-12-24) + + +### Bug Fixes + +* **deps:** update eslint ([#8](https://github.com/Kong/eslint-config-kong-ui/issues/8)) ([ca7cac0](https://github.com/Kong/eslint-config-kong-ui/commit/ca7cac0d4e40999ba78af956f9555f5f25324e88)) + ## [1.1.5](https://github.com/Kong/eslint-config-kong-ui/compare/v1.1.4...v1.1.5) (2024-12-24) diff --git a/package.json b/package.json index a35bb3e..76d10de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kong/eslint-config-kong-ui", - "version": "1.1.5", + "version": "1.1.6", "description": "Sharable ESLint configuration for Kong's frontend repositories", "main": "configs/index.mjs", "type": "module",