Skip to content

Commit

Permalink
chore(release): 6.3.6 [skip ci]
Browse files Browse the repository at this point in the history
## [6.3.6](v6.3.5...v6.3.6) (2019-08-22)

### Bug Fixes

* use internal dispatch for validation, update deps ([0d8a0eb](0d8a0eb))
  • Loading branch information
semantic-release-bot committed Aug 22, 2019
1 parent 0d8a0eb commit d0d8384
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.6](https://github.com/makeomatic/ms-payments/compare/v6.3.5...v6.3.6) (2019-08-22)


### Bug Fixes

* use internal dispatch for validation, update deps ([0d8a0eb](https://github.com/makeomatic/ms-payments/commit/0d8a0eb))

## [6.3.5](https://github.com/makeomatic/ms-payments/compare/v6.3.4...v6.3.5) (2019-08-09)


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.5",
"version": "6.3.6",
"main": "./lib/index.js",
"scripts": {
"compile": "rimraf ./lib && babel -d ./lib --copy-files ./src",
Expand Down

0 comments on commit d0d8384

Please sign in to comment.