Skip to content

Commit

Permalink
Bump to version 2.2.12
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <xuanwo@yunify.com>
  • Loading branch information
Xuanwo committed May 14, 2018
1 parent 5b652b1 commit b58dc73
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).

## [2.2.12] - 2018-05-14

### Fixed

- Fix error not handled correctly

## [2.2.11] - 2018-04-25

### Fixed
Expand Down Expand Up @@ -168,6 +174,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

- Provide Official Qingstor SDK for Javascript

[2.2.12]: https://github.com/yunify/qingstor-sdk-js/compare/2.2.11...2.2.12
[2.2.11]: https://github.com/yunify/qingstor-sdk-js/compare/2.2.10...2.2.11
[2.2.10]: https://github.com/yunify/qingstor-sdk-js/compare/2.2.9...2.2.10
[2.2.9]: https://github.com/yunify/qingstor-sdk-js/compare/2.2.8...2.2.9
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": "qingstor-sdk",
"version": "2.2.11",
"version": "2.2.12",
"description": "Official QingStor SDK for JavaScript",
"main": "./dist/node/qingstor-sdk.min.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion src/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
// | limitations under the License.
// +-------------------------------------------------------------------------

global.version = '2.2.11';
global.version = '2.2.12';

0 comments on commit b58dc73

Please sign in to comment.