diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 55d2720..73719ea 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,4 +1,4 @@ { - "packages/core": "5.1.3", + "packages/core": "5.2.0", "packages/infra": "1.2.2" } diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 46071bb..473f72e 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [5.2.0](https://github.com/storacha/content-claims/compare/content-claims-v5.1.3...content-claims-v5.2.0) (2025-01-30) + + +### Features + +* **capability:** add space to location assertion ([#84](https://github.com/storacha/content-claims/issues/84)) ([5212b1a](https://github.com/storacha/content-claims/commit/5212b1af03880fc7eb055ca0339003119b0cec60)) + ## [5.1.3](https://github.com/storacha/content-claims/compare/content-claims-v5.1.2...content-claims-v5.1.3) (2024-11-04) diff --git a/packages/core/package.json b/packages/core/package.json index 8d923d6..6915074 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/content-claims", - "version": "5.1.3", + "version": "5.2.0", "description": "Implementation of the Content Claims Protocol.", "main": "./types/index.js", "types": "./types/index.d.ts",