Skip to content

Commit

Permalink
chore(release): 2.3.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.3.1](v2.3.0...v2.3.1) (2020-05-01)

### Bug Fixes

* Strip trailing slashes in sendRequest ([#92](#92)) ([3d8f568](3d8f568))
  • Loading branch information
semantic-release-bot committed May 1, 2020
1 parent 3d8f568 commit b8b35f8
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
@@ -1,3 +1,10 @@
## [2.3.1](https://github.com/IBM/node-sdk-core/compare/v2.3.0...v2.3.1) (2020-05-01)


### Bug Fixes

* Strip trailing slashes in sendRequest ([#92](https://github.com/IBM/node-sdk-core/issues/92)) ([3d8f568](https://github.com/IBM/node-sdk-core/commit/3d8f568e3911d3d17811e37c5e701db0508a251e))

# [2.3.0](https://github.com/IBM/node-sdk-core/compare/v2.2.0...v2.3.0) (2020-03-23)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ibm-cloud-sdk-core",
"version": "2.3.0",
"version": "2.3.1",
"description": "Core functionality to support SDKs generated with IBM's OpenAPI 3 SDK Generator.",
"main": "./dist/index",
"repository": {
Expand Down

0 comments on commit b8b35f8

Please sign in to comment.