Skip to content
This repository was archived by the owner on Oct 30, 2023. It is now read-only.

Commit e5a1670

Browse files
chore(release): 1.0.2 [skip ci]
## [1.0.2](v1.0.1...v1.0.2) (2023-08-05) ### Trivial Changes * Update .github/workflows/stale.yml [skip ci] ([93396ea](93396ea)) * Update .github/workflows/stale.yml [skip ci] ([54703e3](54703e3)) * Update .github/workflows/stale.yml [skip ci] ([6953529](6953529)) ### Documentation * update readme with api info ([#11](#11)) ([07eeff4](07eeff4)), closes [#3](#3) ### Dependencies * **dev:** bump aegir from 39.0.13 to 40.0.8 ([#17](#17)) ([251be23](251be23))
1 parent 07eeff4 commit e5a1670

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## [1.0.2](https://github.com/libp2p/js-ipni-content-routing/compare/v1.0.1...v1.0.2) (2023-08-05)
2+
3+
4+
### Trivial Changes
5+
6+
* Update .github/workflows/stale.yml [skip ci] ([93396ea](https://github.com/libp2p/js-ipni-content-routing/commit/93396ea8662d5d158ca6ca56f36b529b871f4eac))
7+
* Update .github/workflows/stale.yml [skip ci] ([54703e3](https://github.com/libp2p/js-ipni-content-routing/commit/54703e3e2634f42ddc15abcafa78efd5be83c549))
8+
* Update .github/workflows/stale.yml [skip ci] ([6953529](https://github.com/libp2p/js-ipni-content-routing/commit/6953529896b1767def38061ed38e0a46072d5eec))
9+
10+
11+
### Documentation
12+
13+
* 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)
14+
15+
16+
### Dependencies
17+
18+
* **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))
19+
120
## [1.0.1](https://github.com/libp2p/js-ipni-content-routing/compare/v1.0.0...v1.0.1) (2023-05-19)
221

322

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libp2p/ipni-content-routing",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Use an IPNI service to discover content providers",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/libp2p/js-ipni-content-routing#readme",

0 commit comments

Comments
 (0)