diff --git a/.changeset/valkey-and-process-exit-rules.md b/.changeset/valkey-and-process-exit-rules.md deleted file mode 100644 index 2317953..0000000 --- a/.changeset/valkey-and-process-exit-rules.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@boring-stack-pkg/eslint-plugin-bullmq": patch -"@boring-stack-pkg/eslint-plugin-env-access": patch ---- - -Add `bullmq/valkey-client-from-factory` and `env-access/no-process-exit` rules. diff --git a/eslint-plugin-bullmq/CHANGELOG.md b/eslint-plugin-bullmq/CHANGELOG.md index 6f4fdb0..9ff9d7c 100644 --- a/eslint-plugin-bullmq/CHANGELOG.md +++ b/eslint-plugin-bullmq/CHANGELOG.md @@ -1,5 +1,11 @@ # @boring-stack-pkg/eslint-plugin-bullmq +## 0.1.2 + +### Patch Changes + +- [`8bfc1c3`](https://github.com/boringstack-xyz/eslint-plugins/commit/8bfc1c33f7fe9e878033363e1e92dc6ad89de8fa) Thanks [@agjs](https://github.com/agjs)! - Add `bullmq/valkey-client-from-factory` and `env-access/no-process-exit` rules. + ## 0.1.1 ### Patch Changes diff --git a/eslint-plugin-bullmq/package.json b/eslint-plugin-bullmq/package.json index 857a414..f133b24 100644 --- a/eslint-plugin-bullmq/package.json +++ b/eslint-plugin-bullmq/package.json @@ -1,6 +1,6 @@ { "name": "@boring-stack-pkg/eslint-plugin-bullmq", - "version": "0.1.1", + "version": "0.1.2", "description": "ESLint plugin enforcing operational-safety rules for BullMQ projects.", "type": "module", "packageManager": "pnpm@10.33.0", diff --git a/eslint-plugin-env-access/CHANGELOG.md b/eslint-plugin-env-access/CHANGELOG.md index f2d5bd3..e96689e 100644 --- a/eslint-plugin-env-access/CHANGELOG.md +++ b/eslint-plugin-env-access/CHANGELOG.md @@ -1,5 +1,11 @@ # @boring-stack-pkg/eslint-plugin-env-access +## 0.1.2 + +### Patch Changes + +- [`8bfc1c3`](https://github.com/boringstack-xyz/eslint-plugins/commit/8bfc1c33f7fe9e878033363e1e92dc6ad89de8fa) Thanks [@agjs](https://github.com/agjs)! - Add `bullmq/valkey-client-from-factory` and `env-access/no-process-exit` rules. + ## 0.1.1 ### Patch Changes diff --git a/eslint-plugin-env-access/package.json b/eslint-plugin-env-access/package.json index c911432..80d85dd 100644 --- a/eslint-plugin-env-access/package.json +++ b/eslint-plugin-env-access/package.json @@ -1,6 +1,6 @@ { "name": "@boring-stack-pkg/eslint-plugin-env-access", - "version": "0.1.1", + "version": "0.1.2", "description": "ESLint rules that force all env-var reads through a single validated singleton — no raw process.env, every key must exist in the schema.", "type": "module", "packageManager": "pnpm@10.33.0",