Skip to content

Commit

Permalink
chore(release): 8.4.1 [skip ci]
Browse files Browse the repository at this point in the history
## [8.4.1](v8.4.0...v8.4.1) (2020-08-31)

### Bug Fixes

* test alias update ([#121](#121)) ([aa93a91](aa93a91))
  • Loading branch information
semantic-release-bot committed Aug 31, 2020
1 parent aa93a91 commit d146e55
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.4.1](https://github.com/makeomatic/ms-payments/compare/v8.4.0...v8.4.1) (2020-08-31)


### Bug Fixes

* test alias update ([#121](https://github.com/makeomatic/ms-payments/issues/121)) ([aa93a91](https://github.com/makeomatic/ms-payments/commit/aa93a91f4b13c12e0023bd2bbac44119dfee15a6))

# [8.4.0](https://github.com/makeomatic/ms-payments/compare/v8.3.1...v8.4.0) (2020-08-27)


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

0 comments on commit d146e55

Please sign in to comment.