diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a2e1c9..382c874 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +# [1.3.0](https://github.com/unipackage/filecoin/compare/v1.2.0...v1.3.0) (2023-12-28) + + +### Features + +* 🎸 update net to 2.4.0 ([46ee061](https://github.com/unipackage/filecoin/commit/46ee0611b268ce7253db0d62e099192274e57f7e)) + # [1.2.0](https://github.com/unipackage/filecoin/compare/v1.1.0...v1.2.0) (2023-12-28) diff --git a/package-lock.json b/package-lock.json index 0769028..ce5d8af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@unipackage/filecoin", - "version": "1.2.0", + "version": "1.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@unipackage/filecoin", - "version": "1.2.0", + "version": "1.3.0", "license": "MIT and APACHE", "dependencies": { "@glif/filecoin-actor-utils": "^2.0.62", diff --git a/package.json b/package.json index 787cab0..88f43d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@unipackage/filecoin", - "version": "1.2.0", + "version": "1.3.0", "description": "filecoin", "main": "dist/index.js", "types": "dist/index.d.ts",