Skip to content

Commit 64a5765

Browse files
chore(release): 1.2.0 [skip ci]
# [1.2.0](1.1.1...1.2.0) (2019-06-07) ### Bug Fixes * **Karma-Typescript:** Explicitly exclude typings module ([b11e9e3](b11e9e3)) ### Features * **Client#checkKeyUsability:** Implement key check ([df6a611](df6a611)) * **Client#lookupAddress:** Implement address lookup ([a53fb67](a53fb67)) * **Client#lookupPostcode:** Implement and document postcode lookup ([21e591e](21e591e)) * **Client#lookupPostcode:** Make results paginateable ([a155f9f](a155f9f)) * **Client#lookupUdprn:** Implement and document udprn search ([e709853](e709853)) * **Client#lookupUmprn:** Implement UMPRN lookup ([14227c3](14227c3)) * **Error:** Export errors on Client ([ff111f0](ff111f0))
1 parent df6a611 commit 64a5765

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# [1.2.0](https://github.com/ideal-postcodes/core-interface/compare/1.1.1...1.2.0) (2019-06-07)
2+
3+
4+
### Bug Fixes
5+
6+
* **Karma-Typescript:** Explicitly exclude typings module ([b11e9e3](https://github.com/ideal-postcodes/core-interface/commit/b11e9e3))
7+
8+
9+
### Features
10+
11+
* **Client#checkKeyUsability:** Implement key check ([df6a611](https://github.com/ideal-postcodes/core-interface/commit/df6a611))
12+
* **Client#lookupAddress:** Implement address lookup ([a53fb67](https://github.com/ideal-postcodes/core-interface/commit/a53fb67))
13+
* **Client#lookupPostcode:** Implement and document postcode lookup ([21e591e](https://github.com/ideal-postcodes/core-interface/commit/21e591e))
14+
* **Client#lookupPostcode:** Make results paginateable ([a155f9f](https://github.com/ideal-postcodes/core-interface/commit/a155f9f))
15+
* **Client#lookupUdprn:** Implement and document udprn search ([e709853](https://github.com/ideal-postcodes/core-interface/commit/e709853))
16+
* **Client#lookupUmprn:** Implement UMPRN lookup ([14227c3](https://github.com/ideal-postcodes/core-interface/commit/14227c3))
17+
* **Error:** Export errors on Client ([ff111f0](https://github.com/ideal-postcodes/core-interface/commit/ff111f0))
18+
119
## [1.1.1](https://github.com/ideal-postcodes/core-interface/compare/1.1.0...1.1.1) (2019-06-06)
220

321

0 commit comments

Comments
 (0)