Skip to content

Commit

Permalink
Release 0.0.3
Browse files Browse the repository at this point in the history
- Change endpoint correiosapi.apphb.com to viacep.com.br
- Add complement attributes to API return
  • Loading branch information
SauloSilva committed Nov 1, 2017
1 parent b91f09f commit 4699215
Show file tree
Hide file tree
Showing 17 changed files with 98 additions and 638 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- '0.12'
- '8.7.0'
sudo: false
script: "gulp coverage"
after_success:
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
### [0.0.3](https://github.com/jcep/jcep/releases/tag/v0.0.3)

- Change endpoint correiosapi.apphb.com to viacep.com.br
- Add complement attributes to API return

### [0.0.2](https://github.com/jcep/jcep/releases/tag/v0.0.2)

- Add beforeSend callback

### [0.0.1](https://github.com/jcep/jcep/releases/tag/v0.0.1)

- The first release
Loading

0 comments on commit 4699215

Please sign in to comment.