From bb6cb6f1aa6804244a932f27d73d2ef87023c907 Mon Sep 17 00:00:00 2001 From: "zgeoff-tools-release-bot[bot]" <299761491+zgeoff-tools-release-bot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 09:44:05 +0000 Subject: [PATCH 1/2] chore: release main --- .release-please-manifest.json | 2 +- packages/oxlint-config/CHANGELOG.md | 7 +++++++ packages/oxlint-config/package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0690efe..e20762c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { "packages/bun-test-extended": "0.0.3", "packages/format-codemod": "0.0.7", - "packages/oxlint-config": "0.0.5" + "packages/oxlint-config": "0.0.6" } diff --git a/packages/oxlint-config/CHANGELOG.md b/packages/oxlint-config/CHANGELOG.md index 80ad050..a012e62 100644 --- a/packages/oxlint-config/CHANGELOG.md +++ b/packages/oxlint-config/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.6](https://github.com/zgeoff/tools/compare/@zgeoff/oxlint-config@0.0.5...@zgeoff/oxlint-config@0.0.6) (2026-07-15) + + +### Bug Fixes + +* **oxlint-config:** treat a digit as a camelCase boundary after a verb ([#72](https://github.com/zgeoff/tools/issues/72)) ([f803bfa](https://github.com/zgeoff/tools/commit/f803bfa2e60375d000e23d8877c417480b7c9f9c)) + ## [0.0.5](https://github.com/zgeoff/tools/compare/@zgeoff/oxlint-config@0.0.4...@zgeoff/oxlint-config@0.0.5) (2026-07-15) ### Features diff --git a/packages/oxlint-config/package.json b/packages/oxlint-config/package.json index b23a4e0..1446228 100644 --- a/packages/oxlint-config/package.json +++ b/packages/oxlint-config/package.json @@ -1,6 +1,6 @@ { "name": "@zgeoff/oxlint-config", - "version": "0.0.5", + "version": "0.0.6", "description": "Shareable oxlint config: strict categories, house-style rules, and a custom JS plugin", "license": "MIT", "repository": { From bf35fff873455849af47cb3e6b7516d478f3039b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 09:44:12 +0000 Subject: [PATCH 2/2] chore: sync lockfile and format release files --- bun.lock | 2 +- packages/oxlint-config/CHANGELOG.md | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/bun.lock b/bun.lock index 87c2790..32b99d9 100644 --- a/bun.lock +++ b/bun.lock @@ -45,7 +45,7 @@ }, "packages/oxlint-config": { "name": "@zgeoff/oxlint-config", - "version": "0.0.5", + "version": "0.0.6", "dependencies": { "@stylistic/eslint-plugin": "catalog:", }, diff --git a/packages/oxlint-config/CHANGELOG.md b/packages/oxlint-config/CHANGELOG.md index a012e62..2c8766d 100644 --- a/packages/oxlint-config/CHANGELOG.md +++ b/packages/oxlint-config/CHANGELOG.md @@ -2,10 +2,11 @@ ## [0.0.6](https://github.com/zgeoff/tools/compare/@zgeoff/oxlint-config@0.0.5...@zgeoff/oxlint-config@0.0.6) (2026-07-15) - ### Bug Fixes -* **oxlint-config:** treat a digit as a camelCase boundary after a verb ([#72](https://github.com/zgeoff/tools/issues/72)) ([f803bfa](https://github.com/zgeoff/tools/commit/f803bfa2e60375d000e23d8877c417480b7c9f9c)) +- **oxlint-config:** treat a digit as a camelCase boundary after a verb + ([#72](https://github.com/zgeoff/tools/issues/72)) + ([f803bfa](https://github.com/zgeoff/tools/commit/f803bfa2e60375d000e23d8877c417480b7c9f9c)) ## [0.0.5](https://github.com/zgeoff/tools/compare/@zgeoff/oxlint-config@0.0.4...@zgeoff/oxlint-config@0.0.5) (2026-07-15)