diff --git a/CHANGELOG.md b/CHANGELOG.md index e73baae..5d86424 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.11.1](https://github.com/otakustay/bce-sdk/compare/v0.11.0...v0.11.1) (2022-09-07) + ## [0.11.0](https://github.com/otakustay/bce-sdk/compare/v0.10.1...v0.11.0) (2022-09-07) diff --git a/package.json b/package.json index 9c5b91b..4d49924 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@otakustay/bce-sdk", - "version": "0.11.0", + "version": "0.11.1", "description": "Yet another Baidu Cloud SDK", "type": "module", "exports": { @@ -36,7 +36,7 @@ "bos" ], "author": "otakustay ", - "license": "ISC", + "license": "Apache-2.0", "bugs": { "url": "https://github.com/otakustay/bce-sdk/issues" },