Skip to content

Commit a5b8290

Browse files
chore(release): 1.0.0 [skip ci]
## @helia/delegated-routing-v1-http-api-server-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 * add CORS plugin ([5913f9d](5913f9d)) * 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] ([ed31f44](ed31f44)) * **release:** 1.0.1 [skip ci] ([4a7be80](4a7be80)) * **release:** 1.0.2 [skip ci] ([9b4b3e8](9b4b3e8)), closes [#26](#26) [#8](#8) * **release:** 1.0.3 [skip ci] ([1aa75e3](1aa75e3)), 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)) * **dev:** bump sinon from 16.1.3 to 17.0.0 ([#42](#42)) ([43275c0](43275c0))
1 parent 1b5d5dc commit a5b8290

File tree

2 files changed

+41
-1
lines changed

2 files changed

+41
-1
lines changed

packages/server/CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,43 @@
1+
## @helia/delegated-routing-v1-http-api-server-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+
* add CORS plugin ([5913f9d](https://github.com/ipfs/helia-delegated-routing-v1-http-api/commit/5913f9d656da0ab540e5238088394ca8ff44c2f4))
16+
* 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))
17+
18+
19+
### Trivial Changes
20+
21+
* 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))
22+
* fix deps ([9aa177d](https://github.com/ipfs/helia-delegated-routing-v1-http-api/commit/9aa177d038cc30bb6949624c8cc9266cc77364db))
23+
* **release:** 1.0.0 [skip ci] ([ed31f44](https://github.com/ipfs/helia-delegated-routing-v1-http-api/commit/ed31f447f4a10914c44eb069a52c542da6014cbe))
24+
* **release:** 1.0.1 [skip ci] ([4a7be80](https://github.com/ipfs/helia-delegated-routing-v1-http-api/commit/4a7be8072b41899195bacc733414855bf1a7866d))
25+
* **release:** 1.0.2 [skip ci] ([9b4b3e8](https://github.com/ipfs/helia-delegated-routing-v1-http-api/commit/9b4b3e8e62e0f4311d44b286590815a50dde35d2)), 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)
26+
* **release:** 1.0.3 [skip ci] ([1aa75e3](https://github.com/ipfs/helia-delegated-routing-v1-http-api/commit/1aa75e35fe04bc7fe39ac2c87d0d321eeb7248b8)), closes [#39](https://github.com/ipfs/helia-delegated-routing-v1-http-api/issues/39)
27+
28+
29+
### Documentation
30+
31+
* update readmes and package descriptions ([11934bc](https://github.com/ipfs/helia-delegated-routing-v1-http-api/commit/11934bc9c482b87e8303ea4393c49c7f1c029bd9))
32+
33+
34+
### Dependencies
35+
36+
* 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))
37+
* **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))
38+
* **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))
39+
* **dev:** bump sinon from 16.1.3 to 17.0.0 ([#42](https://github.com/ipfs/helia-delegated-routing-v1-http-api/issues/42)) ([43275c0](https://github.com/ipfs/helia-delegated-routing-v1-http-api/commit/43275c08ae0db55298aa9212b6755c8fb41264a3))
40+
141
## [@helia/routing-v1-http-api-server-v1.0.3](https://github.com/ipfs/helia-routing-v1-http-api/compare/@helia/routing-v1-http-api-server-v1.0.2...@helia/routing-v1-http-api-server-v1.0.3) (2023-10-07)
242

343

packages/server/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-server",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "A Delegated Routing V1 HTTP API server powered by Helia",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/helia-delegated-routing-v1-http-api/tree/master/packages/server#readme",

0 commit comments

Comments
 (0)