Skip to content

Commit

Permalink
chore(release): 8.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [8.3.0](v8.2.2...v8.3.0) (2020-06-10)

### Features

* resync pending agreements ([#113](#113)) ([ed1bdcc](ed1bdcc))
  • Loading branch information
semantic-release-bot committed Jun 10, 2020
1 parent ed1bdcc commit f09b564
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.3.0](https://github.com/makeomatic/ms-payments/compare/v8.2.2...v8.3.0) (2020-06-10)


### Features

* resync pending agreements ([#113](https://github.com/makeomatic/ms-payments/issues/113)) ([ed1bdcc](https://github.com/makeomatic/ms-payments/commit/ed1bdccbe3d5398353e755861a48bfe70710f75b))

## [8.2.2](https://github.com/makeomatic/ms-payments/compare/v8.2.1...v8.2.2) (2020-06-01)


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

0 comments on commit f09b564

Please sign in to comment.