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

Commit 60e3a73

Browse files
chore(release): 1.0.0 [skip ci]
## 1.0.0 (2023-04-15) ### Features * initial import ([8bc0ae9](8bc0ae9)) ### Trivial Changes * fix linting and add tests ([6e61063](6e61063)) ### Documentation * update readme ([a171f3a](a171f3a))
1 parent a171f3a commit 60e3a73

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
## 1.0.0 (2023-04-15)
2+
3+
4+
### Features
5+
6+
* initial import ([8bc0ae9](https://github.com/libp2p/js-ipni-content-routing/commit/8bc0ae937a319c99aa10042aaaecb46afabe60de))
7+
8+
9+
### Trivial Changes
10+
11+
* fix linting and add tests ([6e61063](https://github.com/libp2p/js-ipni-content-routing/commit/6e610636594157ac5d01473eee1e2c2a2c8605cd))
12+
13+
14+
### Documentation
15+
16+
* update readme ([a171f3a](https://github.com/libp2p/js-ipni-content-routing/commit/a171f3a9ec76c5091aa4046e869042dd8361de1b))

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": "0.0.0",
3+
"version": "1.0.0",
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)