From ec938db93a1e180405c19fef56d08f18b2d02473 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 7 Nov 2024 14:15:50 +0000 Subject: [PATCH] chore(release): 4.6.0 [skip ci] # [4.6.0](https://github.com/agoda-com/eslint-config-agoda/compare/v4.5.1...v4.6.0) (2024-11-07) ### Features * Update rules according to PR 427 ([#436](https://github.com/agoda-com/eslint-config-agoda/issues/436)) ([2f7ddbb](https://github.com/agoda-com/eslint-config-agoda/commit/2f7ddbb44f4af29531f2554732f55baec4d4ac8a)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c3fd96..0898e5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [4.6.0](https://github.com/agoda-com/eslint-config-agoda/compare/v4.5.1...v4.6.0) (2024-11-07) + + +### Features + +* Update rules according to PR 427 ([#436](https://github.com/agoda-com/eslint-config-agoda/issues/436)) ([2f7ddbb](https://github.com/agoda-com/eslint-config-agoda/commit/2f7ddbb44f4af29531f2554732f55baec4d4ac8a)) + ## [4.5.1](https://github.com/agoda-com/eslint-config-agoda/compare/v4.5.0...v4.5.1) (2023-04-12) diff --git a/package.json b/package.json index 3fa93d0..f235522 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-agoda", - "version": "4.5.1", + "version": "4.6.0", "description": "Agoda's ESLint configuration and rules", "main": "index.js", "license": "MIT",