Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
[skip ci]

## [2.0.0](v1.2.6...v2.0.0) (2023-10-05)

### ⚠ BREAKING CHANGES

* Drop Node.js < 16 support

Other BREAKING changes:
- remove stsToken support
- remove headerEncoding support
- remove Bucket, Image Client support

eggjs/egg#5257

### Features

* refactor with typescript ([#12](#12)) ([5a0eb01](5a0eb01))
  • Loading branch information
semantic-release-bot committed Oct 5, 2023
1 parent 5a0eb01 commit 2df149f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [2.0.0](https://github.com/node-modules/oss-client/compare/v1.2.6...v2.0.0) (2023-10-05)


### ⚠ BREAKING CHANGES

* Drop Node.js < 16 support

Other BREAKING changes:
- remove stsToken support
- remove headerEncoding support
- remove Bucket, Image Client support

https://github.com/eggjs/egg/issues/5257

### Features

* refactor with typescript ([#12](https://github.com/node-modules/oss-client/issues/12)) ([5a0eb01](https://github.com/node-modules/oss-client/commit/5a0eb013e082c66b52eb6b918dd4713c7c54c149))

## [1.2.6](https://github.com/node-modules/oss-client/compare/v1.2.5...v1.2.6) (2023-09-18)


Expand Down Expand Up @@ -80,4 +98,3 @@
* [[`fe3e2c1`](http://github.com/node-modules/oss-client/commit/fe3e2c1a119ffd3b8a8c77ab6b38ee545c14fb59)] - 👌 IMPROVE: Remove unuse ts files (#2) (fengmk2 <<[email protected]>>),fatal: No names found, cannot describe anything.

**others**

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": "1.2.6",
"version": "2.0.0",
"description": "Aliyun OSS(Object Storage Service) Node.js Client",
"typings": "./dist/esm/index.d.ts",
"files": [
Expand Down

0 comments on commit 2df149f

Please sign in to comment.