diff --git a/CHANGELOG.md b/CHANGELOG.md index 0beb846..18872a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ Prefix your message with one of the following: All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## Unreleased +## v4.4.2-alpha.0 - Feb 12, 2024 - [Fixed] Add imports for react-native. diff --git a/package.json b/package.json index 336699e..731aebe 100644 --- a/package.json +++ b/package.json @@ -68,5 +68,5 @@ "test:ci": "jest --ci --coverage --verbose" }, "types": "./typings/index.d.ts", - "version": "4.4.1" + "version": "4.4.2-alpha.0" }