diff --git a/CHANGELOG.md b/CHANGELOG.md index c93df9c..07cb73f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [2.1.2](https://www.github.com/google-pay/google-pay-button/compare/v2.1.1...v2.1.2) (2020-11-11) + + +### Bug Fixes + +* **build:** publish angular dist folder instead of root ([2b8413b](https://www.github.com/google-pay/google-pay-button/commit/2b8413b5f890695244eb34faee22dda38691e408)) + ### [2.1.1](https://www.github.com/google-pay/google-pay-button/compare/v2.1.0...v2.1.1) (2020-11-11) diff --git a/package-lock.json b/package-lock.json index f88e0a2..85a4988 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "google-pay-button", - "version": "2.1.1", + "version": "2.1.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 82e6a6b..a434883 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "google-pay-button", - "version": "2.1.1", + "version": "2.1.2", "description": "Google Pay button component", "main": "dist/GooglePayButton.js", "types": "dist/GooglePayButton.d.ts",