From d91504237025e8f7e9ccc81204b050d1f4b46765 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 18 Dec 2024 08:22:01 +0000 Subject: [PATCH] chore(release): 1.0.0-eslint-9.1 [skip ci] # eslint-plugin-kuzzle 1.0.0-eslint-9.1 (2024-12-18) ### Bug Fixes * **backend:** correct keyword for warning rules ([370feb6](https://github.com/kuzzleio/eslint-plugin-kuzzle/commit/370feb68da9fdec618e71184e93e7aa8fe18bd35)) * **docurl:** fix import.meta.filename missing in node 18 ([7bb0e45](https://github.com/kuzzleio/eslint-plugin-kuzzle/commit/7bb0e45723e1b8e2824b03849cb069456b41a920)) ### Features * add eslint jest plugin for tests ([96b1ee8](https://github.com/kuzzleio/eslint-plugin-kuzzle/commit/96b1ee865b6d32e618a8c644b72616f0aa3fe22e)) * **frontend:** convert frontend package to ts ([c15f47b](https://github.com/kuzzleio/eslint-plugin-kuzzle/commit/c15f47ba966d89fdf14efd9da30a47dac5c19a83)) * **typescript:** add project configuration ([3992e17](https://github.com/kuzzleio/eslint-plugin-kuzzle/commit/3992e173301494713b98ee3eec99cd4406094cb0)) * update typescript ([468deea](https://github.com/kuzzleio/eslint-plugin-kuzzle/commit/468deea45b587effebd5a77cec46f1f95d685984)) --- packages/backend/CHANGELOG.md | 15 +++++++++++++++ packages/backend/package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 packages/backend/CHANGELOG.md diff --git a/packages/backend/CHANGELOG.md b/packages/backend/CHANGELOG.md new file mode 100644 index 0000000..a7a245e --- /dev/null +++ b/packages/backend/CHANGELOG.md @@ -0,0 +1,15 @@ +# eslint-plugin-kuzzle 1.0.0-eslint-9.1 (2024-12-18) + + +### Bug Fixes + +* **backend:** correct keyword for warning rules ([370feb6](https://github.com/kuzzleio/eslint-plugin-kuzzle/commit/370feb68da9fdec618e71184e93e7aa8fe18bd35)) +* **docurl:** fix import.meta.filename missing in node 18 ([7bb0e45](https://github.com/kuzzleio/eslint-plugin-kuzzle/commit/7bb0e45723e1b8e2824b03849cb069456b41a920)) + + +### Features + +* add eslint jest plugin for tests ([96b1ee8](https://github.com/kuzzleio/eslint-plugin-kuzzle/commit/96b1ee865b6d32e618a8c644b72616f0aa3fe22e)) +* **frontend:** convert frontend package to ts ([c15f47b](https://github.com/kuzzleio/eslint-plugin-kuzzle/commit/c15f47ba966d89fdf14efd9da30a47dac5c19a83)) +* **typescript:** add project configuration ([3992e17](https://github.com/kuzzleio/eslint-plugin-kuzzle/commit/3992e173301494713b98ee3eec99cd4406094cb0)) +* update typescript ([468deea](https://github.com/kuzzleio/eslint-plugin-kuzzle/commit/468deea45b587effebd5a77cec46f1f95d685984)) diff --git a/packages/backend/package.json b/packages/backend/package.json index 4781639..7dfaff9 100644 --- a/packages/backend/package.json +++ b/packages/backend/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-kuzzle", - "version": "0.0.13", + "version": "1.0.0-eslint-9.1", "description": "Kuzzle Coding Standard", "homepage": "https://github.com/kuzzleio/eslint-plugin-kuzzle", "repository": {