diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7d971f1..0690efe 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.6", - "packages/oxlint-config": "0.0.4" + "packages/format-codemod": "0.0.7", + "packages/oxlint-config": "0.0.5" } diff --git a/bun.lock b/bun.lock index e14ddaf..87c2790 100644 --- a/bun.lock +++ b/bun.lock @@ -31,7 +31,7 @@ }, "packages/format-codemod": { "name": "@zgeoff/format-codemod", - "version": "0.0.6", + "version": "0.0.7", "bin": { "format-codemod": "./dist/cli.js", }, @@ -45,7 +45,7 @@ }, "packages/oxlint-config": { "name": "@zgeoff/oxlint-config", - "version": "0.0.4", + "version": "0.0.5", "dependencies": { "@stylistic/eslint-plugin": "catalog:", }, diff --git a/packages/format-codemod/CHANGELOG.md b/packages/format-codemod/CHANGELOG.md index 1a14f83..485828e 100644 --- a/packages/format-codemod/CHANGELOG.md +++ b/packages/format-codemod/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.0.7](https://github.com/zgeoff/tools/compare/@zgeoff/format-codemod@0.0.6...@zgeoff/format-codemod@0.0.7) (2026-07-15) + +### Features + +- **oxlint-config:** add function-verb rule enforcing the naming taxonomy + ([#70](https://github.com/zgeoff/tools/issues/70)) + ([c51c848](https://github.com/zgeoff/tools/commit/c51c8482bd92eaa26d621cce620a06f222abe010)) + ## [0.0.6](https://github.com/zgeoff/tools/compare/@zgeoff/format-codemod@0.0.5...@zgeoff/format-codemod@0.0.6) (2026-07-09) ### Features diff --git a/packages/format-codemod/package.json b/packages/format-codemod/package.json index c0b0bf5..86f9dd6 100644 --- a/packages/format-codemod/package.json +++ b/packages/format-codemod/package.json @@ -1,6 +1,6 @@ { "name": "@zgeoff/format-codemod", - "version": "0.0.6", + "version": "0.0.7", "description": "Enforce blank-line padding conventions in TypeScript via a fast text-splice codemod", "license": "MIT", "repository": { diff --git a/packages/oxlint-config/CHANGELOG.md b/packages/oxlint-config/CHANGELOG.md index 3b0f3fe..80ad050 100644 --- a/packages/oxlint-config/CHANGELOG.md +++ b/packages/oxlint-config/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [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 + +- **oxlint-config:** add function-verb rule enforcing the naming taxonomy + ([#70](https://github.com/zgeoff/tools/issues/70)) + ([c51c848](https://github.com/zgeoff/tools/commit/c51c8482bd92eaa26d621cce620a06f222abe010)) + ## [0.0.4](https://github.com/zgeoff/tools/compare/@zgeoff/oxlint-config@0.0.3...@zgeoff/oxlint-config@0.0.4) (2026-07-10) ### Features diff --git a/packages/oxlint-config/package.json b/packages/oxlint-config/package.json index 87892e2..b23a4e0 100644 --- a/packages/oxlint-config/package.json +++ b/packages/oxlint-config/package.json @@ -1,6 +1,6 @@ { "name": "@zgeoff/oxlint-config", - "version": "0.0.4", + "version": "0.0.5", "description": "Shareable oxlint config: strict categories, house-style rules, and a custom JS plugin", "license": "MIT", "repository": {