From 839ebf12e22228ba73fca66ebffb552eeabda4bb Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 23 May 2024 05:38:38 +0000 Subject: [PATCH] chore(release): v1.7.204 --- CHANGELOG.md | 20 ++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 23 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 741be9c1..e9ef9950 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +## [1.7.204](https://github.com/ridedott/eslint-plugin/compare/v1.7.203...v1.7.204) (2024-05-23) + +### Chores + +- **deps-dev:** bump @ridedott/eslint-config from 2.27.107 to 2.27.109 + ([020efb9](https://github.com/ridedott/eslint-plugin/commit/020efb9f859f1334040db74024df03c9f6df95c2)) +- **deps-dev:** bump cspell from 8.8.1 to 8.8.2 + ([0d488b6](https://github.com/ridedott/eslint-plugin/commit/0d488b69b522777a30549fcf392c1ddd60f2a5e9)) +- **deps:** bump ridedott/release-me-action from 3.10.27 to 3.10.28 + ([b69b915](https://github.com/ridedott/eslint-plugin/commit/b69b91533b31e0bb3b230d44183024e1ed2b94a8)) + +### Other + +- --- + ([3ef622a](https://github.com/ridedott/eslint-plugin/commit/3ef622a898bea718ec5ffb62e46dcc71e9ed2f76)) +- --- + ([5b20c10](https://github.com/ridedott/eslint-plugin/commit/5b20c10ce64bc77717422cc88a742241b5416927)) +- --- + ([556ac71](https://github.com/ridedott/eslint-plugin/commit/556ac7139c6ab33416d56ee2f5a49c04b8e8d4ea)) + ## [1.7.203](https://github.com/ridedott/eslint-plugin/compare/v1.7.202...v1.7.203) (2024-05-16) ### Chores diff --git a/package-lock.json b/package-lock.json index 21eeffc5..1ad3a5ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ridedott/eslint-plugin", - "version": "1.7.203", + "version": "1.7.204", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ridedott/eslint-plugin", - "version": "1.7.203", + "version": "1.7.204", "license": "UNLICENSED", "dependencies": { "@typescript-eslint/parser": "^6.21.0", diff --git a/package.json b/package.json index 94ecc74e..e2ce33d2 100644 --- a/package.json +++ b/package.json @@ -78,5 +78,5 @@ "test:watch": "jest --watch --verbose false", "types": "tsc --noEmit" }, - "version": "1.7.203" + "version": "1.7.204" }