Skip to content

Commit 32b8304

Browse files
chore(release): 2.0.0 [skip ci]
## [@helia/remote-pinning-v2.0.0](https://github.com/ipfs/helia-remote-pinning/compare/@helia/remote-pinning-1.2.0...@helia/remote-pinning-2.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 2a9d25b commit 32b8304

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

packages/client/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [@helia/remote-pinning-v2.0.0](https://github.com/ipfs/helia-remote-pinning/compare/@helia/remote-pinning-1.2.0...@helia/remote-pinning-2.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))
10+
111
## [1.2.0](https://github.com/ipfs/helia-remote-pinning/compare/v1.1.1...v1.2.0) (2024-02-07)
212

313

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/remote-pinning",
3-
"version": "1.2.0",
3+
"version": "2.0.0",
44
"description": "Add remote pinning capabilities to Helia",
55
"author": "[email protected]",
66
"license": "Apache-2.0 OR MIT",

0 commit comments

Comments
 (0)