We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 379541e commit 4542e31Copy full SHA for 4542e31
CHANGELOG.md
@@ -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
8
# [8.3.0](https://github.com/makeomatic/ms-payments/compare/v8.2.2...v8.3.0) (2020-06-10)
9
10
package.json
@@ -1,7 +1,7 @@
{
"name": "ms-payments",
"description": "Core of the microservice for handling payments",
- "version": "8.3.0",
+ "version": "8.3.1",
"main": "./lib/index.js",
"scripts": {
"compile": "rimraf ./lib && babel -d ./lib --copy-files ./src",
0 commit comments