From e0ea27484ee6f2c383b7bbd812cbe4566a327612 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 8 Apr 2024 23:40:58 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20release=20v1.2.0=20[ski?= =?UTF-8?q?p=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [1.2.0](https://github.com/jimmy-guzman/eslint-config/compare/v1.1.0...v1.2.0) (2024-04-08) ### Features * ✨ add `@tanstack/query` rules for `react` ([#5](https://github.com/jimmy-guzman/eslint-config/issues/5)) ([79230c5](https://github.com/jimmy-guzman/eslint-config/commit/79230c5a63f39ec90463908d7cfa983444ba0bb1)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c12a9c8..f995a7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.2.0](https://github.com/jimmy-guzman/eslint-config/compare/v1.1.0...v1.2.0) (2024-04-08) + + +### Features + +* ✨ add `@tanstack/query` rules for `react` ([#5](https://github.com/jimmy-guzman/eslint-config/issues/5)) ([79230c5](https://github.com/jimmy-guzman/eslint-config/commit/79230c5a63f39ec90463908d7cfa983444ba0bb1)) + # [1.1.0](https://github.com/jimmy-guzman/eslint-config/compare/v1.0.0...v1.1.0) (2024-04-08) diff --git a/package.json b/package.json index 2c8c819..9e98f32 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jimmy.codes/eslint-config", - "version": "1.1.0", + "version": "1.2.0", "description": "another opinionated eslint config", "keywords": [ "eslint",