diff --git a/CHANGELOG.md b/CHANGELOG.md index fb203c84..d66e5cbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 1.0.17 (2021-05-04) + +* isFirefox Messaging (#19) ([c869745](http://github.paypal.com/paypal/paypal-checkout/commit/c869745)), closes [#19](http://github.paypal.com/paypal/paypal-checkout/issues/19) +* Replace Travis CI with GitHub Actions (#16) ([e78a77c](http://github.paypal.com/paypal/paypal-checkout/commit/e78a77c)), closes [#16](http://github.paypal.com/paypal/paypal-checkout/issues/16) + + + ## 1.0.16 (2020-12-16) * Fix venmo spinner positioning ([9a4028e](http://github.paypal.com/paypal/paypal-checkout/commit/9a4028e)) diff --git a/package.json b/package.json index 4c48f334..da97165a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@paypal/common-components", - "version": "1.0.16", + "version": "1.0.17", "description": "PayPal common components, for integrating checkout products.", "main": "dist/ui.js", "scripts": {