Skip to content

Commit 988299b

Browse files
chore(master): release 0.10.2
1 parent b020a42 commit 988299b

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.10.1"
2+
".": "0.10.2"
33
}

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## [0.10.2](https://github.com/filecoin-project/filecoin-pin/compare/v0.10.1...v0.10.2) (2025-10-30)
4+
5+
6+
### Bug Fixes
7+
8+
* add signer support to initializeSynapse ([#172](https://github.com/filecoin-project/filecoin-pin/issues/172)) ([1d5988a](https://github.com/filecoin-project/filecoin-pin/commit/1d5988a8e2a6115025f285ffa76923c62e5d25dd))
9+
* check ipni advertisement during upload ([#183](https://github.com/filecoin-project/filecoin-pin/issues/183)) ([b020a42](https://github.com/filecoin-project/filecoin-pin/commit/b020a42803dfaaf7945c32e52a6e83bf5d2b20dc))
10+
* **ci:** handle duplicate items in add-to-project workflow ([#184](https://github.com/filecoin-project/filecoin-pin/issues/184)) ([0e80256](https://github.com/filecoin-project/filecoin-pin/commit/0e802564065b9139e36e860874a320f4c043f924))
11+
* gh-action lints and typechecks on core changes ([#170](https://github.com/filecoin-project/filecoin-pin/issues/170)) ([107a023](https://github.com/filecoin-project/filecoin-pin/commit/107a0239877bc64fee8e43d35040e8209ae652eb))
12+
13+
14+
### Chores
15+
16+
* move to the version of synapse-sdk on `next` branch ([#146](https://github.com/filecoin-project/filecoin-pin/issues/146)) ([528c6fa](https://github.com/filecoin-project/filecoin-pin/commit/528c6fac57d7582c77332c097058946a9d9852d2))
17+
18+
19+
### Documentation
20+
21+
* link to more examples ([#181](https://github.com/filecoin-project/filecoin-pin/issues/181)) ([849b333](https://github.com/filecoin-project/filecoin-pin/commit/849b333b0ccb6ed2f7c0389f0ed12f239a13cdae))
22+
323
## [0.10.1](https://github.com/filecoin-project/filecoin-pin/compare/v0.10.0...v0.10.1) (2025-10-27)
424

525

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "filecoin-pin",
3-
"version": "0.10.1",
3+
"version": "0.10.2",
44
"description": "Bridge IPFS content to Filecoin Onchain Cloud using familiar tools",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)