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

Commit d3fa45b

Browse files
chore(release): 1.0.1 [skip ci]
## [1.0.1](v1.0.0...v1.0.1) (2023-05-19) ### Trivial Changes * Update .github/workflows/stale.yml [skip ci] ([f1577ab](f1577ab)) ### Dependencies * **dev:** bump aegir from 38.1.8 to 39.0.7 ([#9](#9)) ([a585c56](a585c56)) ### Documentation * update config key name ([#4](#4)) ([bc575bf](bc575bf))
1 parent bc575bf commit d3fa45b

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## [1.0.1](https://github.com/libp2p/js-ipni-content-routing/compare/v1.0.0...v1.0.1) (2023-05-19)
2+
3+
4+
### Trivial Changes
5+
6+
* Update .github/workflows/stale.yml [skip ci] ([f1577ab](https://github.com/libp2p/js-ipni-content-routing/commit/f1577ab9e6aa0f5379570bbc9785ba50574c2d4a))
7+
8+
9+
### Dependencies
10+
11+
* **dev:** bump aegir from 38.1.8 to 39.0.7 ([#9](https://github.com/libp2p/js-ipni-content-routing/issues/9)) ([a585c56](https://github.com/libp2p/js-ipni-content-routing/commit/a585c565856aed519d5ae43bf626ec8f5a8eea07))
12+
13+
14+
### Documentation
15+
16+
* update config key name ([#4](https://github.com/libp2p/js-ipni-content-routing/issues/4)) ([bc575bf](https://github.com/libp2p/js-ipni-content-routing/commit/bc575bf635020f0febb88cede4cfa3987f38f750))
17+
118
## 1.0.0 (2023-04-15)
219

320

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.0",
3+
"version": "1.0.1",
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)