Skip to content

Commit a4bf89b

Browse files
Release 2.0.1
[skip ci] ## [2.0.1](v2.0.0...v2.0.1) (2023-10-07) ### Bug Fixes * add getObjectUrl alias to generateObjectUrl ([#15](#15)) ([0cfa089](0cfa089))
1 parent 0cfa089 commit a4bf89b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## [2.0.1](https://github.com/node-modules/oss-client/compare/v2.0.0...v2.0.1) (2023-10-07)
4+
5+
6+
### Bug Fixes
7+
8+
* 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))
9+
310
## [2.0.0](https://github.com/node-modules/oss-client/compare/v1.2.6...v2.0.0) (2023-10-05)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oss-client",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Aliyun OSS(Object Storage Service) Node.js Client",
55
"typings": "./dist/esm/index.d.ts",
66
"files": [

0 commit comments

Comments
 (0)