diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5d02000..e7ca613 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.6.1" + ".": "0.7.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 44626b9..9fee5b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.7.0](https://github.com/sebastian-software/standards/compare/standards-v0.6.1...standards-v0.7.0) (2026-06-22) + + +### Features + +* **node:** exclude own org packages from pnpm release cooldown ([48e9e24](https://github.com/sebastian-software/standards/commit/48e9e24947e856a7238540e010a6b744a3957f53)) +* **node:** exclude own org packages from pnpm release cooldown ([b8d42e5](https://github.com/sebastian-software/standards/commit/b8d42e5d202026ec2ebe806827e7b6e77a537078)) + + +### Bug Fixes + +* **node:** move oxfmt ignores into .oxfmtrc.json ignorePatterns ([c28b176](https://github.com/sebastian-software/standards/commit/c28b176480620e66126f9d0a1aa5e4c7d658dbae)) +* **node:** move oxfmt ignores into .oxfmtrc.json ignorePatterns ([5aec0d5](https://github.com/sebastian-software/standards/commit/5aec0d5880f91a84ebc02e6a4eec9f6be81b2a31)) + ## [0.6.1](https://github.com/sebastian-software/standards/compare/standards-v0.6.0...standards-v0.6.1) (2026-06-20) diff --git a/package.json b/package.json index e4faef4..5cd21e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sebastian-software/standards", - "version": "0.6.1", + "version": "0.7.0", "description": "Repository standards for Sebastian Software — reference files, migration changelogs, agent instructions and a CLI to check and apply them.", "license": "MIT", "author": {