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/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 80ad050..2c8766d 100644 --- a/packages/oxlint-config/CHANGELOG.md +++ b/packages/oxlint-config/CHANGELOG.md @@ -1,5 +1,13 @@ # 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": {