diff --git a/CHANGELOG.md b/CHANGELOG.md index 043063e2..e61ea504 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [3.1.0-alpha.6](https://github.com/myparcelbe/checkout/compare/v3.1.0-alpha.5...v3.1.0-alpha.6) (2019-12-03) + + +### Bug Fixes + +* make strings for list or map pickup locations customizable ([962bae2](https://github.com/myparcelbe/checkout/commit/962bae29b91603a81187509f1233dfe852f3d878)) +* rename the pickup button strings and add it to typings ([e8d53d0](https://github.com/myparcelbe/checkout/commit/e8d53d03569c2602bb1a91586720613229336c6a)) + ## [3.1.0-alpha.5](https://github.com/myparcelbe/checkout/compare/v3.1.0-alpha.4...v3.1.0-alpha.5) (2019-12-03) diff --git a/package-lock.json b/package-lock.json index 3d960f3f..c44a617f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@myparcel/checkout", - "version": "3.1.0-alpha.5", + "version": "3.1.0-alpha.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9b4c3c2a..6e15e036 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@myparcel/checkout", - "version": "3.1.0-alpha.5", + "version": "3.1.0-alpha.6", "description": "MyParcel delivery options module for checkouts.", "author": "Edie Lemoine (edie@myparcel.nl)", "scripts": {