From 0e128116700cc6f5c0de8dce3ef8164b176a63f1 Mon Sep 17 00:00:00 2001 From: Maxime Thirouin Date: Wed, 29 Jan 2020 12:12:34 +0100 Subject: [PATCH] 0.61.1 --- CHANGELOG.md | 6 +++++- package.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e8a78b..9817666 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog of `@reason-react-native/template` -## 0.61.0 - 2019-06-17 +## 0.61.1 - 2020-01-29 + +- Fix bs-platform version in yarn.lock + +## 0.61.0 - 2020-01-29 - Rename `reason-react-native-template` to `@reason-react-native/template` - Bump to `react-native@0.61.0` & `reason-react-native@0.61.0` diff --git a/package.json b/package.json index a0e6f01..2c51805 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@reason-react-native/template", - "version": "0.61.0", + "version": "0.61.1", "publishConfig": { "access": "public" },