Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2019-06-04)

### Bug Fixes

* **Error:** Invalid keys should return authorisation error ([6bea2fb](6bea2fb))

### Features

* **Addresses:** Implement addresses resource ([a37f907](a37f907))
* **Addresses:** Implement autocomplete ([d6f940e](d6f940e))
* **Keys:** Implement keys usage method ([e005900](e005900))
* **Keys:** Implement keys.retrieve ([d7710f7](d7710f7))
* **Semantic Release:** Automate git and npm releases ([13b56a7](13b56a7))
* **UDPRN:** Add udprn resource ([e7c4e0f](e7c4e0f))
* **UMPRN:** Implement UMPRN resource ([efd6a7a](efd6a7a))
  • Loading branch information
semantic-release-bot committed Jun 4, 2019
1 parent 31a5ea5 commit 15e8a41
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# 1.0.0 (2019-06-04)


### Bug Fixes

* **Error:** Invalid keys should return authorisation error ([6bea2fb](https://github.com/ideal-postcodes/core-interface/commit/6bea2fb))


### Features

* **Addresses:** Implement addresses resource ([a37f907](https://github.com/ideal-postcodes/core-interface/commit/a37f907))
* **Addresses:** Implement autocomplete ([d6f940e](https://github.com/ideal-postcodes/core-interface/commit/d6f940e))
* **Keys:** Implement keys usage method ([e005900](https://github.com/ideal-postcodes/core-interface/commit/e005900))
* **Keys:** Implement keys.retrieve ([d7710f7](https://github.com/ideal-postcodes/core-interface/commit/d7710f7))
* **Semantic Release:** Automate git and npm releases ([13b56a7](https://github.com/ideal-postcodes/core-interface/commit/13b56a7))
* **UDPRN:** Add udprn resource ([e7c4e0f](https://github.com/ideal-postcodes/core-interface/commit/e7c4e0f))
* **UMPRN:** Implement UMPRN resource ([efd6a7a](https://github.com/ideal-postcodes/core-interface/commit/efd6a7a))

0 comments on commit 15e8a41

Please sign in to comment.