diff --git a/CHANGELOG.md b/CHANGELOG.md index 26b5b0c..4320cb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [9.3.0](https://github.com/mmazzarolo/react-native-dialog/compare/v9.2.2...v9.3.0) (2022-10-31) + + +### Features + +* Add unstableLabelStyle & fix switch statement comparison method ([#150](https://github.com/mmazzarolo/react-native-dialog/issues/150)) ([839915b](https://github.com/mmazzarolo/react-native-dialog/commit/839915bc546707526f3853d454fbe87b24d2cac3)) + ## [9.2.2](https://github.com/mmazzarolo/react-native-dialog/compare/v9.2.1...v9.2.2) (2022-06-09) diff --git a/package-lock.json b/package-lock.json index ef3f1ec..0e249b9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "react-native-dialog", - "version": "9.2.2", + "version": "9.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "9.2.2", + "version": "9.3.0", "license": "MIT", "devDependencies": { "@semantic-release/changelog": "^5.0.1", diff --git a/package.json b/package.json index a75409b..4797bc9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-dialog", - "version": "9.2.2", + "version": "9.3.0", "description": "A flexible react-native dialog", "main": "lib/index.js", "types": "lib/index.d.ts",