From ea9fb74c72b09ec8296bac720ddcd58d14a43766 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 31 Mar 2020 08:46:55 +0000 Subject: [PATCH] chore(release): 1.1.0 [skip ci] # [1.1.0](https://github.com/ideal-postcodes/magento/compare/1.0.3...1.1.0) (2020-03-31) ### Bug Fixes * **Autocomplete:** Ensure listener init idempotent ([256f5da](https://github.com/ideal-postcodes/magento/commit/256f5da8a8345eae3e09578badd6c67d7120bd51)) * **Autocomplete:** Fix potential race condition ([8a5b66d](https://github.com/ideal-postcodes/magento/commit/8a5b66df5308d082558ab1a0352a97c835e20997)) * **Billing:** Poll DOM before applying search ([aba1a1c](https://github.com/ideal-postcodes/magento/commit/aba1a1c9ff0367d0a244ce8e6a827334e7a44416)) * **Bindings:** Remove development artefacts ([ebb231b](https://github.com/ideal-postcodes/magento/commit/ebb231b0f95bc90d7db5e9d94a19e297fd69e46e)) ### Features * **Address Lines:** Variable address lines ([ac1dc47](https://github.com/ideal-postcodes/magento/commit/ac1dc471614932253f7135f19a51653869a8f365)) --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90e44a0a..24bc88d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# [1.1.0](https://github.com/ideal-postcodes/magento/compare/1.0.3...1.1.0) (2020-03-31) + + +### Bug Fixes + +* **Autocomplete:** Ensure listener init idempotent ([256f5da](https://github.com/ideal-postcodes/magento/commit/256f5da8a8345eae3e09578badd6c67d7120bd51)) +* **Autocomplete:** Fix potential race condition ([8a5b66d](https://github.com/ideal-postcodes/magento/commit/8a5b66df5308d082558ab1a0352a97c835e20997)) +* **Billing:** Poll DOM before applying search ([aba1a1c](https://github.com/ideal-postcodes/magento/commit/aba1a1c9ff0367d0a244ce8e6a827334e7a44416)) +* **Bindings:** Remove development artefacts ([ebb231b](https://github.com/ideal-postcodes/magento/commit/ebb231b0f95bc90d7db5e9d94a19e297fd69e46e)) + + +### Features + +* **Address Lines:** Variable address lines ([ac1dc47](https://github.com/ideal-postcodes/magento/commit/ac1dc471614932253f7135f19a51653869a8f365)) + ## [1.0.3](https://github.com/ideal-postcodes/magento/compare/1.0.2...1.0.3) (2019-12-03)