From d64aa1fcedbb37ab3b010edb779c2226e205b35d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 26 Jun 2020 07:12:24 +0000 Subject: [PATCH] chore(release): 2.0.0 [skip ci] # [2.0.0](https://github.com/ideal-postcodes/magento/compare/1.2.0...2.0.0) (2020-06-26) ### Features * **Admin:** Add address validation to admin pages ([2c01488](https://github.com/ideal-postcodes/magento/commit/2c01488ab5d0fee1c7d00be3bec9d9d851c2b8a0)) * **Admin:** Update configuration page ([ae71716](https://github.com/ideal-postcodes/magento/commit/ae7171638023a625383c73cda59347e713332aa6)) ### BREAKING CHANGES * **Admin:** HTML targets for the store integration has been removed HTML targets have been replaced by a more robust field detection method --- CHANGELOG.md | 15 +++++++++++++++ package.json | 1 - 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c32599bf..20396c89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# [2.0.0](https://github.com/ideal-postcodes/magento/compare/1.2.0...2.0.0) (2020-06-26) + + +### Features + +* **Admin:** Add address validation to admin pages ([2c01488](https://github.com/ideal-postcodes/magento/commit/2c01488ab5d0fee1c7d00be3bec9d9d851c2b8a0)) +* **Admin:** Update configuration page ([ae71716](https://github.com/ideal-postcodes/magento/commit/ae7171638023a625383c73cda59347e713332aa6)) + + +### BREAKING CHANGES + +* **Admin:** HTML targets for the store integration has been removed + +HTML targets have been replaced by a more robust field detection method + # [1.2.0](https://github.com/ideal-postcodes/magento/compare/1.1.1...1.2.0) (2020-04-02) diff --git a/package.json b/package.json index 55735643..da89f147 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,6 @@ "test:snapshot": "cypress run --project test/snapshot", "test:build": "rollup -c test/snapshot/rollup.config.js", "test:watch": "rollup -c test/snapshot/rollup.config.js -w", - "test:build": "rollup -c test/snapshot/rollup.config.js", "test": "npm run test:snapshot" }, "release": {