From ec4d7eecf2ed3b83f95d4c856c3d2ec799673bee Mon Sep 17 00:00:00 2001 From: Alan Charles Date: Tue, 18 May 2021 09:45:54 -0600 Subject: [PATCH] chore(release): 1.4.5 --- CHANGELOG.md | 8 +++++++- packages/core/package.json | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc6e7a9fa..a71d53adc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,13 @@ -# Change Log +# Changelog 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.5](https://github.com/segmentio/analytics-react-native/compare/v1.4.4...v1.4.5) (2021-05-18) + +### Bug Fixes + +- pin segment-firebase pod and add podfile.lock for ci config ([#316](https://github.com/segmentio/analytics-react-native/issues/316)) ([5c4a9de](https://github.com/segmentio/analytics-react-native/commit/5c4a9dedb36828c36572c2aa0fe0c025d8ef0200)) + ## [1.4.4](https://github.com/segmentio/analytics-react-native/compare/v1.4.3...v1.4.4) (2021-04-27) diff --git a/packages/core/package.json b/packages/core/package.json index 6d261ed13..5c0c24d91 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@segment/analytics-react-native", - "version": "1.4.4", + "version": "1.4.5", "description": "The hassle-free way to add analytics to your React-Native app.", "license": "MIT", "repository": {