diff --git a/CHANGELOG.md b/CHANGELOG.md index 019255c..9a5957c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## [2.1.3](https://github.com/unipackage/filecoin/compare/v2.1.2...v2.1.3) (2024-01-17) + + +### Bug Fixes + +* 🐛 update net version to 2.5.3 ([bc7ee19](https://github.com/unipackage/filecoin/commit/bc7ee19a8cf47eb6ad79f4e48472e5073ec241ff)), closes [#5](https://github.com/unipackage/filecoin/issues/5) + ## [2.1.2](https://github.com/unipackage/filecoin/compare/v2.1.1...v2.1.2) (2024-01-06) diff --git a/package-lock.json b/package-lock.json index b31a7f4..e99d3f7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@unipackage/filecoin", - "version": "2.1.2", + "version": "2.1.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@unipackage/filecoin", - "version": "2.1.2", + "version": "2.1.3", "license": "MIT and APACHE", "dependencies": { "@glif/filecoin-actor-utils": "^2.0.62", diff --git a/package.json b/package.json index c83e83a..5a4c1ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@unipackage/filecoin", - "version": "2.1.2", + "version": "2.1.3", "description": "filecoin", "main": "dist/index.js", "types": "dist/index.d.ts",