Skip to content

Commit

Permalink
chore(main): release 1.0.3 (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-t-h authored Nov 28, 2024
1 parent e9af13c commit c93f482
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.3](https://github.com/apollo-tech-dev/country-codes/compare/v1.0.2...v1.0.3) (2024-11-28)


### Bug Fixes

* handle null byIso requests ([e9af13c](https://github.com/apollo-tech-dev/country-codes/commit/e9af13c68719422f6c0abd6dffca1ef596b749f3))

## [1.0.2](https://github.com/apollo-tech-dev/country-codes/compare/v1.0.1...v1.0.2) (2024-10-11)


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
Expand Up @@ -4,7 +4,7 @@
"type": "git",
"url": "git+https://github.com/apollo-tech-dev/country-codes"
},
"version": "1.0.2",
"version": "1.0.3",
"private": false,
"description": "A simple utility for retrieving country codes and names",
"main": "./dist/index.js",
Expand Down

0 comments on commit c93f482

Please sign in to comment.