diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7b5cb64..f87262a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.14.1" + ".": "0.15.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d340a3..20f398e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ This changelog merges the histories of the four previously separate packages (`@grapity/core`, `@grapity/registry`, `@grapity/hub`, `@grapity/cli`) into the unified `@grapity/grapity` package. +## [0.15.0](https://github.com/grapitydev/grapity/compare/v0.14.1...v0.15.0) (2026-07-29) + + +### Features + +* add --json output and GitHub Actions annotations to materialize --check ([13c48f4](https://github.com/grapitydev/grapity/commit/13c48f41db9995831a536d9be197ee30d6d9ff88)) + + +### Bug Fixes + +* grant actions write to registry spec dispatch job ([9b3d03c](https://github.com/grapitydev/grapity/commit/9b3d03ce41aa5942a823db353c8904cc2ad36d52)) + ## [0.14.1](https://github.com/grapitydev/grapity/compare/v0.14.0...v0.14.1) (2026-07-28) diff --git a/package.json b/package.json index d3b2693..783845b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@grapity/grapity", - "version": "0.14.1", + "version": "0.15.0", "type": "module", "description": "Open-source API governance. Ship APIs that won't break your consumers.", "license": "Apache-2.0",