From cbecbc8b8e63805ff88c76c469b46a8b0d939b80 Mon Sep 17 00:00:00 2001 From: "TableCheck Inc." Date: Mon, 18 Mar 2024 08:17:05 +0000 Subject: [PATCH] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 17 +++++++++++++++++ packages/eslint-config/CHANGELOG.md | 16 ++++++++++++++++ 2 files changed, 33 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b426a27..acd14d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +# (Mon Mar 18 2024) + +:tada: This release contains work from a new contributor! :tada: + +Thank you, Akash Gupta ([@akashgupta-tc](https://github.com/akashgupta-tc)), for all your work! + +#### 🚀 Enhancement + +- `@tablecheck/eslint-config@8.4.0` + - fix(eslint-config): turns on rule for error when no key in map [#107](https://github.com/tablecheck/frontend/pull/107) ([@akashgupta-tc](https://github.com/akashgupta-tc)) + +#### Authors: 1 + +- Akash Gupta ([@akashgupta-tc](https://github.com/akashgupta-tc)) + +--- + # (Tue Feb 06 2024) #### 🚀 Enhancement diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index 513d994..13e958f 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -1,3 +1,19 @@ +# v8.4.0 (Mon Mar 18 2024) + +:tada: This release contains work from a new contributor! :tada: + +Thank you, Akash Gupta ([@akashgupta-tc](https://github.com/akashgupta-tc)), for all your work! + +#### 🚀 Enhancement + +- fix(eslint-config): turns on rule for error when no key in map [#107](https://github.com/tablecheck/frontend/pull/107) ([@akashgupta-tc](https://github.com/akashgupta-tc)) + +#### Authors: 1 + +- Akash Gupta ([@akashgupta-tc](https://github.com/akashgupta-tc)) + +--- + # Change Log All notable changes to this project will be documented in this file.