Skip to content

Commit

Permalink
1.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
benkeen committed Dec 25, 2019
1 parent f0526de commit dc14270
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,8 @@ countries you specify here. This *seriously* reduces file size, so if you can do
<a name="changelog"></a>
### Changelog

- `1.4.7` - Dec 24, 2019:
- Fix to include typings in published bundle.
- `1.4.6` - Dec 22, 2019:
- Typescript typings added. Thanks, [Kyle Davis](https://github.com/kyledavisdev)!
- [country region data](https://github.com/country-regions/country-region-data) updated to 1.5.1
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-country-region-selector",
"version": "1.4.6",
"version": "1.4.7",
"description": "CountryDropdown and RegionDropdown React components for your forms.",
"author": "country-regions",
"license": "MIT",
Expand Down Expand Up @@ -64,6 +64,7 @@
"rollup-plugin-url": "^1.4.0"
},
"files": [
"dist"
"dist",
"index.d.ts"
]
}

0 comments on commit dc14270

Please sign in to comment.