Skip to content

Commit 4542e31

Browse files
chore(release): 8.3.1 [skip ci]
## [8.3.1](v8.3.0...v8.3.1) (2020-06-10) ### Bug Fixes * default start/end params for tx sync ([379541e](379541e))
1 parent 379541e commit 4542e31

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [8.3.1](https://github.com/makeomatic/ms-payments/compare/v8.3.0...v8.3.1) (2020-06-10)
2+
3+
4+
### Bug Fixes
5+
6+
* default start/end params for tx sync ([379541e](https://github.com/makeomatic/ms-payments/commit/379541ec3c7372fdf6a6e4cb8aea3d782c417323))
7+
18
# [8.3.0](https://github.com/makeomatic/ms-payments/compare/v8.2.2...v8.3.0) (2020-06-10)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ms-payments",
33
"description": "Core of the microservice for handling payments",
4-
"version": "8.3.0",
4+
"version": "8.3.1",
55
"main": "./lib/index.js",
66
"scripts": {
77
"compile": "rimraf ./lib && babel -d ./lib --copy-files ./src",

0 commit comments

Comments
 (0)