From 46afffba097bb49129a522f93f75b1f999934f70 Mon Sep 17 00:00:00 2001 From: Timur Moziev <10585405+TimurRin@users.noreply.github.com> Date: Wed, 25 Sep 2024 18:11:15 +0000 Subject: [PATCH] release version 0.7.2 --- CHANGELOG.md | 14 +++++++++++++- anca.json | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 18 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43c601a..77c7a67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,18 @@ Visit the link above to see all unreleased changes. [comment]: # (Insert new version after this line) +## [0.7.2](https://github.com/cinnabar-forge/eslint-plugin/releases/tag/v0.7.2) — 2024-09-25 + +- update npm package '@eslint/js' to 9.11.1 ([7627da8]) +- update npm package 'eslint' to 9.11.1 ([7627da8]) +- update npm package 'eslint-plugin-jsdoc' to 50.2.4 ([7627da8]) +- update npm package 'eslint-plugin-n' to 17.10.3 ([7627da8]) +- update npm package 'eslint-plugin-perfectionist' to 3.7.0 ([7627da8]) +- update npm package 'typescript-eslint' to 8.7.0 ([7627da8]) + +[7627da8]: https://github.com/cinnabar-forge/eslint-plugin/commit/7627da8 + + ## [0.7.1](https://github.com/cinnabar-forge/eslint-plugin/releases/tag/v0.7.1) — 2024-09-16 - fix perfectionist setup ([af57964]) @@ -92,4 +104,4 @@ Visit the link above to see all unreleased changes. - `default` config. -[unreleased]: https://github.com/cinnabar-forge/eslint-plugin/compare/v0.7.1...HEAD +[unreleased]: https://github.com/cinnabar-forge/eslint-plugin/compare/v0.7.2...HEAD diff --git a/anca.json b/anca.json index bc448ef..2404a18 100644 --- a/anca.json +++ b/anca.json @@ -12,8 +12,8 @@ "cinnabarMeta": { "dataVersion": 0, "version": { - "latest": "0.7.1", - "timestamp": 1726473456 + "latest": "0.7.2", + "timestamp": 1727287858 }, "files": [ { diff --git a/package-lock.json b/package-lock.json index b2d878c..dcdc4e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@cinnabar-forge/eslint-plugin", - "version": "0.7.1", + "version": "0.7.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@cinnabar-forge/eslint-plugin", - "version": "0.7.1", + "version": "0.7.2", "license": "ISC", "dependencies": { "@eslint/js": "9.11.1", diff --git a/package.json b/package.json index c7a4f46..dec82fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cinnabar-forge/eslint-plugin", - "version": "0.7.1", + "version": "0.7.2", "description": "A single set of ESLint rules, configurations and plugins to use across Cinnabar Forge projects.", "license": "ISC", "author": {