diff --git a/README.md b/README.md index c7a05cd..a7f2c1e 100644 --- a/README.md +++ b/README.md @@ -174,6 +174,8 @@ countries you specify here. This *seriously* reduces file size, so if you can do ### 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 diff --git a/package.json b/package.json index c201835..8071fa9 100644 --- a/package.json +++ b/package.json @@ -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", @@ -64,6 +64,7 @@ "rollup-plugin-url": "^1.4.0" }, "files": [ - "dist" + "dist", + "index.d.ts" ] }