diff --git a/CHANGELOG.md b/CHANGELOG.md index 6593ebc..23bc116 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [9.0.0](https://github.com/mmazzarolo/react-native-dialog/compare/v8.2.0...v9.0.0) (2021-09-08) + + +### Bug Fixes + +* Typescript updates ([#121](https://github.com/mmazzarolo/react-native-dialog/issues/121)) ([1ba6f16](https://github.com/mmazzarolo/react-native-dialog/commit/1ba6f16fb2127f8da7e41c79444709b56cb0d4f6)) + + +### BREAKING CHANGES + +* Updated TypeScript type definitions. Types _should_ just be more relaxed now — but since we updated the entire codebase we'll release this a major bump to be safe. + # [8.2.0](https://github.com/mmazzarolo/react-native-dialog/compare/v8.1.1...v8.2.0) (2021-07-19) diff --git a/package-lock.json b/package-lock.json index bf39d6e..74d10e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "react-native-dialog", - "version": "8.2.0", + "version": "9.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "8.2.0", + "version": "9.0.0", "license": "MIT", "devDependencies": { "@semantic-release/changelog": "^5.0.1", diff --git a/package.json b/package.json index c4e8b93..3014764 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-dialog", - "version": "8.2.0", + "version": "9.0.0", "description": "A flexible react-native dialog", "main": "lib/index.js", "types": "lib/index.d.ts",