From 359263f9e8851565bd9d27ffcf3170d02a991568 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 13:03:58 +0100 Subject: [PATCH] chore(main): release content-claims-infra 1.0.1 (#70) :robot: I have created a release *beep* *boop* --- ## [1.0.1](https://github.com/w3s-project/content-claims/compare/content-claims-infra-v1.0.0...content-claims-infra-v1.0.1) (2024-06-11) ### Bug Fixes * add missing repo URL ([0760ecc](https://github.com/w3s-project/content-claims/commit/0760eccba84e2a2a7fd0176d638c5276910e9e89)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/release-please-manifest.json | 2 +- packages/infra/CHANGELOG.md | 7 +++++++ packages/infra/package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 7e1d069..ee8a2b5 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,4 +1,4 @@ { "packages/core": "5.1.0", - "packages/infra": "1.0.0" + "packages/infra": "1.0.1" } diff --git a/packages/infra/CHANGELOG.md b/packages/infra/CHANGELOG.md index 8d453dd..71835af 100644 --- a/packages/infra/CHANGELOG.md +++ b/packages/infra/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.1](https://github.com/w3s-project/content-claims/compare/content-claims-infra-v1.0.0...content-claims-infra-v1.0.1) (2024-06-11) + + +### Bug Fixes + +* add missing repo URL ([0760ecc](https://github.com/w3s-project/content-claims/commit/0760eccba84e2a2a7fd0176d638c5276910e9e89)) + ## 1.0.0 (2024-06-11) diff --git a/packages/infra/package.json b/packages/infra/package.json index ca83219..304be73 100644 --- a/packages/infra/package.json +++ b/packages/infra/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/content-claims-infra", - "version": "1.0.0", + "version": "1.0.1", "type": "module", "scripts": { "build": "tsc --build",