From 1a9880c095d884614ff4de5e46cce857c6036afd Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 5 Aug 2020 15:00:18 +0000 Subject: [PATCH] chore(release): 1.0.5 [skip ci] ### [1.0.5](https://github.com/Clumsy-Coder/myStocksRN/compare/1.0.4...1.0.5) (2020-08-05) ### Bug Fixes * **github-actions:** use the API_KEY secret correctly ([6dc6412](https://github.com/Clumsy-Coder/myStocksRN/commit/6dc6412f4cfa94c1d5067b0cfb5859c893ff3ba6)) ### Reverts * **github-actions:** undo the previous commit bd5d38d0c40b30e7862b71afea5d3bc136b896ce ([9d4f1cb](https://github.com/Clumsy-Coder/myStocksRN/commit/9d4f1cb29da9c499242ce2741124e5ed713b67f0)) ### Continuous Integration * **github-actions:** pass 'development' when creating the .env file ([bd5d38d](https://github.com/Clumsy-Coder/myStocksRN/commit/bd5d38d0c40b30e7862b71afea5d3bc136b896ce)) --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db117b5c..21225bcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +### [1.0.5](https://github.com/Clumsy-Coder/myStocksRN/compare/1.0.4...1.0.5) (2020-08-05) + + +### Bug Fixes + +* **github-actions:** use the API_KEY secret correctly ([6dc6412](https://github.com/Clumsy-Coder/myStocksRN/commit/6dc6412f4cfa94c1d5067b0cfb5859c893ff3ba6)) + + +### Reverts + +* **github-actions:** undo the previous commit bd5d38d0c40b30e7862b71afea5d3bc136b896ce ([9d4f1cb](https://github.com/Clumsy-Coder/myStocksRN/commit/9d4f1cb29da9c499242ce2741124e5ed713b67f0)) + + +### Continuous Integration + +* **github-actions:** pass 'development' when creating the .env file ([bd5d38d](https://github.com/Clumsy-Coder/myStocksRN/commit/bd5d38d0c40b30e7862b71afea5d3bc136b896ce)) + ### [1.0.4](https://github.com/Clumsy-Coder/myStocksRN/compare/1.0.3...1.0.4) (2020-08-05) diff --git a/package.json b/package.json index 76a86f89..6de0a339 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "myStocksRN", - "version": "1.0.4", + "version": "1.0.5", "private": true, "scripts": { "start": "react-native start",