Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](1.2.0...2.0.0) (2020-06-26)

### Features

* **Admin:** Add address validation to admin pages ([2c01488](2c01488))
* **Admin:** Update configuration page ([ae71716](ae71716))

### BREAKING CHANGES

* **Admin:** HTML targets for the store integration has been removed

HTML targets have been replaced by a more robust field detection method
  • Loading branch information
semantic-release-bot committed Jun 26, 2020
1 parent cca7c28 commit d64aa1f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit d64aa1f

Please sign in to comment.