Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.6.1"
".": "0.7.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down