diff --git a/CHANGELOG.md b/CHANGELOG.md index 18e5d14b..14ceb6f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.10](https://github.com/myparcelbe/checkout/compare/v3.1.0-alpha.9...v3.1.0-alpha.10) (2019-12-11) + + +### Bug Fixes + +* reactivity bug in recursive form ([d7a5b2a](https://github.com/myparcelbe/checkout/commit/d7a5b2a902ddb6e25580b36b45365102417300da)) + ## [3.1.0-alpha.9](https://github.com/myparcelbe/checkout/compare/v3.1.0-alpha.8...v3.1.0-alpha.9) (2019-12-05) diff --git a/package-lock.json b/package-lock.json index 796c809a..84904cd2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@myparcel/checkout", - "version": "3.1.0-alpha.9", + "version": "3.1.0-alpha.10", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index efb6d18e..d34506de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@myparcel/checkout", - "version": "3.1.0-alpha.9", + "version": "3.1.0-alpha.10", "description": "MyParcel delivery options module for checkouts.", "author": "Edie Lemoine (edie@myparcel.nl)", "scripts": {