diff --git a/CHANGELOG.md b/CHANGELOG.md index 34f93d35..0ecf3305 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [5.7.3](https://github.com/myparcelnl/delivery-options/compare/v5.7.2...v5.7.3) (2023-05-01) + + +### :bug: Bug Fixes + +* do not render errors if address has never been filled in ([#177](https://github.com/myparcelnl/delivery-options/issues/177)) ([e82edf6](https://github.com/myparcelnl/delivery-options/commit/e82edf67ed0179f0c1e29e804e92e48ec71eff0e)) + ### [5.7.2](https://github.com/myparcelnl/delivery-options/compare/v5.7.1...v5.7.2) (2023-04-14) diff --git a/package.json b/package.json index fed0d4b3..3a19b35a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@myparcel/delivery-options", - "version": "5.7.2", + "version": "5.7.3", "description": "MyParcel delivery options module for checkouts.", "homepage": "https://myparcelnl.github.io/delivery-options", "repository": {