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

Commit 6091ac7

Browse files
chore(release): 2.0.0 [skip ci]
## [2.0.0](v1.0.2...v2.0.0) (2023-10-27) ### ⚠ BREAKING CHANGES * the module has been renamed as the spec has been renamed ### Bug Fixes * use @helia/delegated-routing-v1-http-api-client internally ([#27](#27)) ([5bd026e](5bd026e)) ### Trivial Changes * fix build ([543ebc6](543ebc6))
1 parent 543ebc6 commit 6091ac7

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## [2.0.0](https://github.com/libp2p/js-delegated-routing-v1-http-api-content-routing/compare/v1.0.2...v2.0.0) (2023-10-27)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* the module has been renamed as the spec has been renamed
7+
8+
### Bug Fixes
9+
10+
* use @helia/delegated-routing-v1-http-api-client internally ([#27](https://github.com/libp2p/js-delegated-routing-v1-http-api-content-routing/issues/27)) ([5bd026e](https://github.com/libp2p/js-delegated-routing-v1-http-api-content-routing/commit/5bd026e0f86df8926b90101b9bcebe737dbce8a8))
11+
12+
13+
### Trivial Changes
14+
15+
* fix build ([543ebc6](https://github.com/libp2p/js-delegated-routing-v1-http-api-content-routing/commit/543ebc6236dcda0448aa08ac9da1edc7f0e88117))
16+
117
## [1.0.2](https://github.com/libp2p/js-http-v1-content-routing/compare/v1.0.1...v1.0.2) (2023-10-06)
218

319

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libp2p/delegated-routing-v1-http-api-content-routing",
3-
"version": "0.0.0",
3+
"version": "2.0.0",
44
"description": "Use a Delegated Routing V1 HTTP service to discover content providers",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/libp2p/js-delegated-routing-v1-http-api-content-routing#readme",

0 commit comments

Comments
 (0)