From 74eaeabeefc1de26ccaec5773f34eb24b7e1cebe Mon Sep 17 00:00:00 2001 From: Timur Moziev Date: Mon, 16 Sep 2024 07:58:22 +0000 Subject: [PATCH] release version 0.7.1 --- CHANGELOG.md | 15 ++++++++++++++- anca.json | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 19 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ebbf0df..43c601a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,19 @@ Visit the link above to see all unreleased changes. [comment]: # (Insert new version after this line) +## [0.7.1](https://github.com/cinnabar-forge/eslint-plugin/releases/tag/v0.7.1) — 2024-09-16 + +- fix perfectionist setup ([af57964]) +- update npm package '@eslint/js' to 9.10.0 ([db35a50]) +- update npm package 'eslint' to 9.10.0 ([db35a50]) +- update npm package 'eslint-plugin-jsdoc' to 50.2.3 ([db35a50]) +- update npm package 'eslint-plugin-perfectionist' to 3.6.0 ([db35a50]) +- update npm package 'typescript-eslint' to 8.5.0 ([db35a50]) + +[db35a50]: https://github.com/cinnabar-forge/eslint-plugin/commit/db35a50 +[af57964]: https://github.com/cinnabar-forge/eslint-plugin/commit/af57964 + + ## [0.7.0](https://github.com/cinnabar-forge/eslint-plugin/releases/tag/v0.7.0) — 2024-09-06 - add anca support ([ab160cd]) @@ -79,4 +92,4 @@ Visit the link above to see all unreleased changes. - `default` config. -[unreleased]: https://github.com/cinnabar-forge/eslint-plugin/compare/v0.7.0...HEAD +[unreleased]: https://github.com/cinnabar-forge/eslint-plugin/compare/v0.7.1...HEAD diff --git a/anca.json b/anca.json index 91ff9b0..bc448ef 100644 --- a/anca.json +++ b/anca.json @@ -12,8 +12,8 @@ "cinnabarMeta": { "dataVersion": 0, "version": { - "latest": "0.7.0", - "timestamp": 1725629133 + "latest": "0.7.1", + "timestamp": 1726473456 }, "files": [ { diff --git a/package-lock.json b/package-lock.json index 84a11a1..9b74809 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@cinnabar-forge/eslint-plugin", - "version": "0.7.0", + "version": "0.7.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@cinnabar-forge/eslint-plugin", - "version": "0.7.0", + "version": "0.7.1", "license": "ISC", "dependencies": { "@eslint/js": "9.10.0", diff --git a/package.json b/package.json index 45d8742..0fcddd9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cinnabar-forge/eslint-plugin", - "version": "0.7.0", + "version": "0.7.1", "description": "A single set of ESLint rules, configurations and plugins to use across Cinnabar Forge projects.", "license": "ISC", "author": {