From e5a16703d5ac6e421117fe79d553d801e97d64bc Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 5 Aug 2023 17:25:17 +0000 Subject: [PATCH] chore(release): 1.0.2 [skip ci] ## [1.0.2](https://github.com/libp2p/js-ipni-content-routing/compare/v1.0.1...v1.0.2) (2023-08-05) ### Trivial Changes * Update .github/workflows/stale.yml [skip ci] ([93396ea](https://github.com/libp2p/js-ipni-content-routing/commit/93396ea8662d5d158ca6ca56f36b529b871f4eac)) * Update .github/workflows/stale.yml [skip ci] ([54703e3](https://github.com/libp2p/js-ipni-content-routing/commit/54703e3e2634f42ddc15abcafa78efd5be83c549)) * Update .github/workflows/stale.yml [skip ci] ([6953529](https://github.com/libp2p/js-ipni-content-routing/commit/6953529896b1767def38061ed38e0a46072d5eec)) ### Documentation * update readme with api info ([#11](https://github.com/libp2p/js-ipni-content-routing/issues/11)) ([07eeff4](https://github.com/libp2p/js-ipni-content-routing/commit/07eeff4e94aa11f5094cdb7997f907968e86d911)), closes [#3](https://github.com/libp2p/js-ipni-content-routing/issues/3) ### Dependencies * **dev:** bump aegir from 39.0.13 to 40.0.8 ([#17](https://github.com/libp2p/js-ipni-content-routing/issues/17)) ([251be23](https://github.com/libp2p/js-ipni-content-routing/commit/251be2351ba53b9c00c7ad38ea42964d05e4f63a)) --- CHANGELOG.md | 19 +++++++++++++++++++ package.json | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88b5083..03320a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +## [1.0.2](https://github.com/libp2p/js-ipni-content-routing/compare/v1.0.1...v1.0.2) (2023-08-05) + + +### Trivial Changes + +* Update .github/workflows/stale.yml [skip ci] ([93396ea](https://github.com/libp2p/js-ipni-content-routing/commit/93396ea8662d5d158ca6ca56f36b529b871f4eac)) +* Update .github/workflows/stale.yml [skip ci] ([54703e3](https://github.com/libp2p/js-ipni-content-routing/commit/54703e3e2634f42ddc15abcafa78efd5be83c549)) +* Update .github/workflows/stale.yml [skip ci] ([6953529](https://github.com/libp2p/js-ipni-content-routing/commit/6953529896b1767def38061ed38e0a46072d5eec)) + + +### Documentation + +* update readme with api info ([#11](https://github.com/libp2p/js-ipni-content-routing/issues/11)) ([07eeff4](https://github.com/libp2p/js-ipni-content-routing/commit/07eeff4e94aa11f5094cdb7997f907968e86d911)), closes [#3](https://github.com/libp2p/js-ipni-content-routing/issues/3) + + +### Dependencies + +* **dev:** bump aegir from 39.0.13 to 40.0.8 ([#17](https://github.com/libp2p/js-ipni-content-routing/issues/17)) ([251be23](https://github.com/libp2p/js-ipni-content-routing/commit/251be2351ba53b9c00c7ad38ea42964d05e4f63a)) + ## [1.0.1](https://github.com/libp2p/js-ipni-content-routing/compare/v1.0.0...v1.0.1) (2023-05-19) diff --git a/package.json b/package.json index 19c090b..e500346 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/ipni-content-routing", - "version": "1.0.1", + "version": "1.0.2", "description": "Use an IPNI service to discover content providers", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/libp2p/js-ipni-content-routing#readme",