Skip to content

Commit b027b54

Browse files
chore(release): 1.0.0 [skip ci]
## @helia/delegated-routing-v1-http-api-client-v1.0.0 (2023-10-25) ### ⚠ BREAKING CHANGES * method signatures have changed to be closer to the delegated http routing v1 API spec ### Features * initial import ([d49fff6](d49fff6)) ### Bug Fixes * conform to Delegated Routing V1 HTTP spec ([#41](#41)) ([41e7902](41e7902)) ### Trivial Changes * add project field to eslint config ([#40](#40)) ([7dac713](7dac713)) * fix deps ([9aa177d](9aa177d)) * **release:** 1.0.0 [skip ci] ([867feb8](867feb8)) * **release:** 1.0.1 [skip ci] ([7d3d708](7d3d708)), closes [#26](#26) [#8](#8) * **release:** 1.0.2 [skip ci] ([8760907](8760907)), closes [#39](#39) ### Documentation * update readmes and package descriptions ([11934bc](11934bc)) ### Dependencies * bump helia from 1.3.12 to 2.0.1 ([#26](#26)) ([9160281](9160281)) * **dev:** bump aegir from 39.0.13 to 40.0.8 ([#8](#8)) ([127bcc0](127bcc0)) * **dev:** bump aegir from 40.0.13 to 41.0.0 ([#39](#39)) ([c01a33e](c01a33e))
1 parent 43275c0 commit b027b54

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed

packages/client/CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
1+
## @helia/delegated-routing-v1-http-api-client-v1.0.0 (2023-10-25)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* method signatures have changed to be closer to the delegated http routing v1 API spec
7+
8+
### Features
9+
10+
* initial import ([d49fff6](https://github.com/ipfs/helia-delegated-routing-v1-http-api/commit/d49fff63e425917854b81ec0b7dda45c190db753))
11+
12+
13+
### Bug Fixes
14+
15+
* conform to Delegated Routing V1 HTTP spec ([#41](https://github.com/ipfs/helia-delegated-routing-v1-http-api/issues/41)) ([41e7902](https://github.com/ipfs/helia-delegated-routing-v1-http-api/commit/41e790273f568d0ac939f97d4ff1b1a877345930))
16+
17+
18+
### Trivial Changes
19+
20+
* add project field to eslint config ([#40](https://github.com/ipfs/helia-delegated-routing-v1-http-api/issues/40)) ([7dac713](https://github.com/ipfs/helia-delegated-routing-v1-http-api/commit/7dac7133c3f6d3dcaf918080281c87d5c6fe9dd1))
21+
* fix deps ([9aa177d](https://github.com/ipfs/helia-delegated-routing-v1-http-api/commit/9aa177d038cc30bb6949624c8cc9266cc77364db))
22+
* **release:** 1.0.0 [skip ci] ([867feb8](https://github.com/ipfs/helia-delegated-routing-v1-http-api/commit/867feb8d9d1531076740daf4271f29a198686796))
23+
* **release:** 1.0.1 [skip ci] ([7d3d708](https://github.com/ipfs/helia-delegated-routing-v1-http-api/commit/7d3d708b7e053049996404403e13357f0af8cf7e)), closes [#26](https://github.com/ipfs/helia-delegated-routing-v1-http-api/issues/26) [#8](https://github.com/ipfs/helia-delegated-routing-v1-http-api/issues/8)
24+
* **release:** 1.0.2 [skip ci] ([8760907](https://github.com/ipfs/helia-delegated-routing-v1-http-api/commit/87609076cbddb21591e845c5847593a2add95a7d)), closes [#39](https://github.com/ipfs/helia-delegated-routing-v1-http-api/issues/39)
25+
26+
27+
### Documentation
28+
29+
* update readmes and package descriptions ([11934bc](https://github.com/ipfs/helia-delegated-routing-v1-http-api/commit/11934bc9c482b87e8303ea4393c49c7f1c029bd9))
30+
31+
32+
### Dependencies
33+
34+
* bump helia from 1.3.12 to 2.0.1 ([#26](https://github.com/ipfs/helia-delegated-routing-v1-http-api/issues/26)) ([9160281](https://github.com/ipfs/helia-delegated-routing-v1-http-api/commit/9160281a11058a36ff03962fb89d575a88ac901c))
35+
* **dev:** bump aegir from 39.0.13 to 40.0.8 ([#8](https://github.com/ipfs/helia-delegated-routing-v1-http-api/issues/8)) ([127bcc0](https://github.com/ipfs/helia-delegated-routing-v1-http-api/commit/127bcc0ff509b57ee972ac949d48b579b7fe7f07))
36+
* **dev:** bump aegir from 40.0.13 to 41.0.0 ([#39](https://github.com/ipfs/helia-delegated-routing-v1-http-api/issues/39)) ([c01a33e](https://github.com/ipfs/helia-delegated-routing-v1-http-api/commit/c01a33eecf137c6773cf9b34ca05c12f18d04b09))
37+
138
## [@helia/routing-v1-http-api-client-v1.0.2](https://github.com/ipfs/helia-routing-v1-http-api/compare/@helia/routing-v1-http-api-client-v1.0.1...@helia/routing-v1-http-api-client-v1.0.2) (2023-10-07)
239

340

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@helia/delegated-routing-v1-http-api-client",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "A Delegated Routing V1 HTTP API client",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/helia-delegated-routing-v1-http-api/tree/master/packages/client#readme",

0 commit comments

Comments
 (0)