Skip to content

Commit 49b2717

Browse files
chore(release): 1.0.0 [skip ci]
## @helia/pinning-service-api-server-v1.0.0 (2024-10-10) ### ⚠ BREAKING CHANGES * the `@helia/remote-pinning` module returns an instance of Pins augmented with extra arguments ### Features * implement as pins api, add server, convert to monorepo ([#51](#51)) ([2a9d25b](2a9d25b))
1 parent 32b8304 commit 49b2717

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

packages/server/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## @helia/pinning-service-api-server-v1.0.0 (2024-10-10)
2+
3+
### ⚠ BREAKING CHANGES
4+
5+
* the `@helia/remote-pinning` module returns an instance of Pins augmented with extra arguments
6+
7+
### Features
8+
9+
* implement as pins api, add server, convert to monorepo ([#51](https://github.com/ipfs/helia-remote-pinning/issues/51)) ([2a9d25b](https://github.com/ipfs/helia-remote-pinning/commit/2a9d25b850fca56c7b30518c0cf0625b88fcf781))

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/pinning-service-api-server",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "An IPFS Pinning Service API server powered by Helia",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/helia-remote-pinning/tree/main/packages/server#readme",

0 commit comments

Comments
 (0)