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

Commit ef845e0

Browse files
chore(release): 2.0.1 [skip ci]
## [2.0.1](v2.0.0...v2.0.1) (2023-10-06) ### Trivial Changes * add or force update .github/workflows/js-test-and-release.yml ([#25](#25)) ([3edb929](3edb929)) * delete templates [skip ci] ([#24](#24)) ([8113915](8113915)) ### Dependencies * **dev:** bump aegir from 40.0.13 to 41.0.0 ([#27](#27)) ([157393b](157393b))
1 parent 157393b commit ef845e0

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [2.0.1](https://github.com/libp2p/js-ipni-content-routing/compare/v2.0.0...v2.0.1) (2023-10-06)
2+
3+
4+
### Trivial Changes
5+
6+
* add or force update .github/workflows/js-test-and-release.yml ([#25](https://github.com/libp2p/js-ipni-content-routing/issues/25)) ([3edb929](https://github.com/libp2p/js-ipni-content-routing/commit/3edb92969c61ad99cf08baa075e3c64091f72c97))
7+
* delete templates [skip ci] ([#24](https://github.com/libp2p/js-ipni-content-routing/issues/24)) ([8113915](https://github.com/libp2p/js-ipni-content-routing/commit/81139152cbb4ca079fcaec115c4b08c09df3b1b0))
8+
9+
10+
### Dependencies
11+
12+
* **dev:** bump aegir from 40.0.13 to 41.0.0 ([#27](https://github.com/libp2p/js-ipni-content-routing/issues/27)) ([157393b](https://github.com/libp2p/js-ipni-content-routing/commit/157393b88e923910405ac77daad72488267726ad))
13+
114
## [2.0.0](https://github.com/libp2p/js-ipni-content-routing/compare/v1.0.2...v2.0.0) (2023-08-05)
215

316

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