From fe9329b33fcdeefb20f3e23a380017ad6049c4c6 Mon Sep 17 00:00:00 2001 From: waynewyang Date: Fri, 5 Jan 2024 10:38:44 +0800 Subject: [PATCH] =?UTF-8?q?release:=20=F0=9F=9A=80v2.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c66b4d..fd062c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## [2.1.1](https://github.com/unipackage/filecoin/compare/v2.1.0...v2.1.1) (2024-01-05) + + +### Bug Fixes + +* 🐛 update net version->2.5.2 ([0cd2f56](https://github.com/unipackage/filecoin/commit/0cd2f5654712538bb6cc55fe679599c88ab67062)) + # [2.1.0](https://github.com/unipackage/filecoin/compare/v2.0.0...v2.1.0) (2024-01-04) diff --git a/package-lock.json b/package-lock.json index 6f45eda..0357afc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@unipackage/filecoin", - "version": "2.1.0", + "version": "2.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@unipackage/filecoin", - "version": "2.1.0", + "version": "2.1.1", "license": "MIT and APACHE", "dependencies": { "@glif/filecoin-actor-utils": "^2.0.62", diff --git a/package.json b/package.json index a7c0584..4ddc54b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@unipackage/filecoin", - "version": "2.1.0", + "version": "2.1.1", "description": "filecoin", "main": "dist/index.js", "types": "dist/index.d.ts",