Skip to content

Commit

Permalink
chore(release): 1.6.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.6.0](v1.5.1...v1.6.0) (2020-01-29)

### Bug Fixes

* font loading util for improved FireFox rendering ([#121](#121)) ([4264f99](4264f99))
* increase alternative logo size ([#106](#106)) ([7eb3a4e](7eb3a4e))
* mock proper sandbox message response ([#113](#113)) ([2ed4d01](2ed4d01))

### Features

* adds mock UUID function for messageRequestId ([#116](#116)) ([9b1c807](9b1c807))
  • Loading branch information
semantic-release-bot committed Jan 29, 2020
1 parent 9918e86 commit bff5d94
Show file tree
Hide file tree
Showing 14 changed files with 25 additions and 11 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

# [1.6.0](https://github.com/paypal/paypal-messaging-components/compare/v1.5.1...v1.6.0) (2020-01-29)


### Bug Fixes

* font loading util for improved FireFox rendering ([#121](https://github.com/paypal/paypal-messaging-components/issues/121)) ([4264f99](https://github.com/paypal/paypal-messaging-components/commit/4264f99b96b7c8e07c7b4d9304125bf825b03a5e))
* increase alternative logo size ([#106](https://github.com/paypal/paypal-messaging-components/issues/106)) ([7eb3a4e](https://github.com/paypal/paypal-messaging-components/commit/7eb3a4effc881e0bcca5ec380bde5aa2644062bc))
* mock proper sandbox message response ([#113](https://github.com/paypal/paypal-messaging-components/issues/113)) ([2ed4d01](https://github.com/paypal/paypal-messaging-components/commit/2ed4d01b436cc0033cf36b2a54260b06498d30c1))


### Features

* adds mock UUID function for messageRequestId ([#116](https://github.com/paypal/paypal-messaging-components/issues/116)) ([9b1c807](https://github.com/paypal/paypal-messaging-components/commit/9b1c807ef8d667f133f149c0b2e2734cf3d607e3))

## [1.5.1](https://github.com/paypal/paypal-messaging-components/compare/v1.5.0...v1.5.1) (2020-01-14)


Expand Down
2 changes: 1 addition & 1 deletion dist/merchant.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/merchant.js.map

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions dist/[email protected]

This file was deleted.

1 change: 0 additions & 1 deletion dist/[email protected]

This file was deleted.

2 changes: 2 additions & 0 deletions dist/[email protected]

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/[email protected]

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/messaging.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/messaging.js.map

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions dist/[email protected]

This file was deleted.

1 change: 0 additions & 1 deletion dist/[email protected]

This file was deleted.

2 changes: 2 additions & 0 deletions dist/[email protected]

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/[email protected]

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paypal/messaging-components",
"version": "1.5.1",
"version": "1.6.0",
"description": "PayPal messaging library for integrating PayPal Credit messaging on merchant websites",
"homepage": "https://github.com/paypal/paypal-messaging-components",
"repository": {
Expand Down

0 comments on commit bff5d94

Please sign in to comment.