Skip to content

Commit

Permalink
Release 2.0.1
Browse files Browse the repository at this point in the history
[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))
  • Loading branch information
semantic-release-bot committed Oct 7, 2023
1 parent 0cfa089 commit a4bf89b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit a4bf89b

Please sign in to comment.