Skip to content

Commit

Permalink
Bump to version 2.2.13
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <xuanwo@yunify.com>
  • Loading branch information
Xuanwo committed May 29, 2018
1 parent ffb4d2b commit 95f47e9
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.13] - 2018-05-29

### Changed

- Do not calculate content length for JSON body

## [2.2.12] - 2018-05-14

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

- Provide Official Qingstor SDK for Javascript

[2.2.13]: https://github.com/yunify/qingstor-sdk-js/compare/2.2.12...2.2.13
[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
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.12",
"version": "2.2.13",
"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.12';
global.version = '2.2.13';

0 comments on commit 95f47e9

Please sign in to comment.