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.5.0...2.0.0) (2021-06-10)

### Features

* **V2 Update:** Core Browser V2 ([184ce11](184ce11))

### Performance Improvements

* **Size:** Track bundle size ([15f6eba](15f6eba))

### BREAKING CHANGES

* **V2 Update:** - 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, ...)`
  • Loading branch information
semantic-release-bot committed Jun 10, 2021
1 parent 38715a6 commit 9318b86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ideal-postcodes/core-browser-bundled",
"version": "1.5.0",
"version": "2.0.0",
"description": "JS bundles for api.ideal-postcodes.co.uk clients",
"author": {
"name": "Ideal Postcodes",
Expand Down

0 comments on commit 9318b86

Please sign in to comment.