Skip to content

Commit

Permalink
chore(release): 8.6.2 [skip ci]
Browse files Browse the repository at this point in the history
## [8.6.2](v8.6.1...v8.6.2) (2021-10-08)

### Bug Fixes

* execute handle cancelled agreement ([#156](#156)) ([6561c6a](6561c6a))
  • Loading branch information
semantic-release-bot committed Oct 8, 2021
1 parent 6561c6a commit 2b37b7a
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 @@
## [8.6.2](https://github.com/makeomatic/ms-payments/compare/v8.6.1...v8.6.2) (2021-10-08)


### Bug Fixes

* execute handle cancelled agreement ([#156](https://github.com/makeomatic/ms-payments/issues/156)) ([6561c6a](https://github.com/makeomatic/ms-payments/commit/6561c6af063a0f7ef94d229bc6670eb9ac863682))

## [8.6.1](https://github.com/makeomatic/ms-payments/compare/v8.6.0...v8.6.1) (2021-08-23)


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

0 comments on commit 2b37b7a

Please sign in to comment.