Increase version and make new NPM release #3
Labels
No labels
bug
dependencies
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
andyburke/countrydata#3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Following changes and merge of issue #1 we should increase the version in package.json and make a new release.
I've bumped the version and released at 3.0.0.
Please take a look at the new API where it returns an array of currency objects for a country. (Some countries use multiple currencies.) All currencies should now have a symbol, as well.
If things look good to you, go ahead and close this issue. If you spot anything related to the release, please update this issue.
Thanks for the initial PR for the currency symbols. It's what I based most of this new work off of, while filling in some gaps.