From 51064324d67627d04c20ffc20a5470ee883ff584 Mon Sep 17 00:00:00 2001 From: Alan Charles Date: Tue, 27 Apr 2021 10:54:01 -0600 Subject: [PATCH] chore(release): 1.4.4 --- CHANGELOG.md | 9 +++++++++ packages/core/package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd84654b6..fc6e7a9fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + + +## [1.4.4](https://github.com/segmentio/analytics-react-native/compare/v1.4.3...v1.4.4) (2021-04-27) + +### Bug Fixes + +- **android:** bump deps and fix config issues ([#298](https://github.com/segmentio/analytics-react-native/issues/298)) ([5a2ed9b](https://github.com/segmentio/analytics-react-native/commit/5a2ed9b)) +- ios bridge to repect promise ([#295](https://github.com/segmentio/analytics-react-native/issues/295)) ([640aa73](https://github.com/segmentio/analytics-react-native/commit/640aa73)) + ## [1.4.3](https://github.com/segmentio/analytics-react-native/compare/v1.4.1...v1.4.3) (2021-03-05) diff --git a/packages/core/package.json b/packages/core/package.json index 61e5f3aff..aeb11351d 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@segment/analytics-react-native", - "version": "1.4.3", + "version": "1.4.4", "description": "The hassle-free way to add analytics to your React-Native app.", "license": "MIT", "repository": {