From a4bf89b10d61c5d07d2f8f64cfb44ad02e3205b9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 7 Oct 2023 10:33:26 +0000 Subject: [PATCH] Release 2.0.1 [skip ci] ## [2.0.1](https://github.com/node-modules/oss-client/compare/v2.0.0...v2.0.1) (2023-10-07) ### Bug Fixes * add getObjectUrl alias to generateObjectUrl ([#15](https://github.com/node-modules/oss-client/issues/15)) ([0cfa089](https://github.com/node-modules/oss-client/commit/0cfa0899edaaeb1b7da76cfa68bafbdd9d26c863)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17f1238c..4f3efd51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.1](https://github.com/node-modules/oss-client/compare/v2.0.0...v2.0.1) (2023-10-07) + + +### Bug Fixes + +* add getObjectUrl alias to generateObjectUrl ([#15](https://github.com/node-modules/oss-client/issues/15)) ([0cfa089](https://github.com/node-modules/oss-client/commit/0cfa0899edaaeb1b7da76cfa68bafbdd9d26c863)) + ## [2.0.0](https://github.com/node-modules/oss-client/compare/v1.2.6...v2.0.0) (2023-10-05) diff --git a/package.json b/package.json index 28b12e6c..75fe90f9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "oss-client", - "version": "2.0.0", + "version": "2.0.1", "description": "Aliyun OSS(Object Storage Service) Node.js Client", "typings": "./dist/esm/index.d.ts", "files": [