Skip to content

Commit

Permalink
v3.0.0 version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Justintime50 committed Jan 31, 2021
1 parent c62a8e4 commit ff8b404
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGELOG

## v3.0.0 (2021-01-31)

* Adds CLI implementation so you can retrieve addresses right on the command line
* Adds support for ISO country codes, now you can retrieve the 2 and 3 letter country codes for each country
* Adds Mexico addresses
* Switches Travis CI for GitHub Actions
* Various small tweaks and improvements

## v2.6.0 (2020-11-25)

* Shifted logic around, renamed files and lists, updated documentation, consolidated all US data into a single folder
Expand Down
4 changes: 2 additions & 2 deletions 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": "dad-tool",
"version": "2.6.0",
"version": "3.0.0",
"description": "Dummy Address Data (DAD) - Retrieve real addresses from all around the world.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit ff8b404

Please sign in to comment.