diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 727e2be..7b5cb64 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.14.0" + ".": "0.14.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b9ee5de..0d340a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ 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.14.1](https://github.com/grapitydev/grapity/compare/v0.14.0...v0.14.1) (2026-07-28) + + +### Bug Fixes + +* dispatch registry spec publish only after release binaries exist ([05ee998](https://github.com/grapitydev/grapity/commit/05ee998cdb88c758e64fd3f9d566d42bf85af5c3)) + ## [0.14.0](https://github.com/grapitydev/grapity/compare/v0.13.0...v0.14.0) (2026-07-28) diff --git a/package.json b/package.json index e6782f2..d3b2693 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@grapity/grapity", - "version": "0.14.0", + "version": "0.14.1", "type": "module", "description": "Open-source API governance. Ship APIs that won't break your consumers.", "license": "Apache-2.0",