Skip to content

Commit

Permalink
chore(release): 6.3.2 [skip ci]
Browse files Browse the repository at this point in the history
## [6.3.2](v6.3.1...v6.3.2) (2019-07-17)

### Bug Fixes

* paypal payments use its own config for client ([#94](#94)) ([3aad9fd](3aad9fd))
  • Loading branch information
semantic-release-bot committed Jul 17, 2019
1 parent 3aad9fd commit 3aa4962
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [6.3.2](https://github.com/makeomatic/ms-payments/compare/v6.3.1...v6.3.2) (2019-07-17)


### Bug Fixes

* paypal payments use its own config for client ([#94](https://github.com/makeomatic/ms-payments/issues/94)) ([3aad9fd](https://github.com/makeomatic/ms-payments/commit/3aad9fd))

## [6.3.1](https://github.com/makeomatic/ms-payments/compare/v6.3.0...v6.3.1) (2019-07-16)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ms-payments",
"description": "Core of the microservice for handling payments",
"version": "6.3.1",
"version": "6.3.2",
"main": "./lib/index.js",
"scripts": {
"compile": "rimraf ./lib && babel -d ./lib --copy-files ./src",
Expand Down

0 comments on commit 3aa4962

Please sign in to comment.