Skip to content

Commit

Permalink
Bump to version 2.2.15
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <xuanwo@yunify.com>
  • Loading branch information
Xuanwo committed Sep 25, 2018
1 parent a8a8391 commit 1da38bb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ 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.15] - 2018-09-25

### Fixed

- template: Fix bug results in "X is not defined"
- Fix ParameterValueNotAllowedError is not a constructor
- Fix X-QS-Storage-Class value undefined is not allowed
- Fix Buffer() is deprecated

## [2.2.14] - 2018-09-25

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

- Provide Official Qingstor SDK for Javascript

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

0 comments on commit 1da38bb

Please sign in to comment.