Skip to content

Commit a17603f

Browse files
chore(release): 3.0.0 [skip ci]
# [3.0.0](2.1.0...3.0.0) (2021-06-08) ### Features * **Core Interface:** Update to Version 2 ([9258ecf](9258ecf)) ### BREAKING CHANGES * **Core Interface:** - Package now exports a `defaults` object - Client.defaults has been removed - All client config is now stored in `client.config` - All resources have been removed from the client. Instead retrieve these from the library and inject the client. E.g. `client.postcodes.retrieve` becomes `postcodes.retrieve(client, ...)` - Helper methods (like lookupPostcode, ping) have been removed from the client. Instead retrieve these from teh library and inject the client. E.g. `client.lookupPostcode` becomes `lookupPostcode(client, ...)`
1 parent 9eff957 commit a17603f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ideal-postcodes/core-node",
3-
"version": "2.1.0",
3+
"version": "3.0.0",
44
"description": "Node.js client for api.ideal-postcodes.co.uk",
55
"author": {
66
"name": "Ideal Postcodes",

0 commit comments

Comments
 (0)