From 19ec5867682c3b4ba7eeb0825f2d78c9e0ba5cca Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 8 Mar 2021 11:10:05 +0000 Subject: [PATCH] chore(release): 1.2.170 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### [1.2.170](https://github.com/Clumsy-Coder/myStocksRN/compare/1.2.169...1.2.170) (2021-03-08) ### 📦 Build System * **deps:** bump react-native-reanimated from 1.13.2 to 2.0.0 ([#630](https://github.com/Clumsy-Coder/myStocksRN/issues/630)) ([9c5e265](https://github.com/Clumsy-Coder/myStocksRN/commit/9c5e26515f4fda12458fb475e6c2470d74009afa)) * **devDep:** bump @types/sinon from 9.0.10 to 9.0.11 ([#628](https://github.com/Clumsy-Coder/myStocksRN/issues/628)) ([f4e2dac](https://github.com/Clumsy-Coder/myStocksRN/commit/f4e2dac77bf1ecb2f9282e2f5703c3b2f591d9ba)) * **devDep:** bump redux-devtools-extension from 2.13.8 to 2.13.9 ([#629](https://github.com/Clumsy-Coder/myStocksRN/issues/629)) ([635baad](https://github.com/Clumsy-Coder/myStocksRN/commit/635baade61b65ce7261bde624e5cbcf448a1d470)) --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93aaacad..28e362c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +### [1.2.170](https://github.com/Clumsy-Coder/myStocksRN/compare/1.2.169...1.2.170) (2021-03-08) + + +### 📦 Build System + +* **deps:** bump react-native-reanimated from 1.13.2 to 2.0.0 ([#630](https://github.com/Clumsy-Coder/myStocksRN/issues/630)) ([9c5e265](https://github.com/Clumsy-Coder/myStocksRN/commit/9c5e26515f4fda12458fb475e6c2470d74009afa)) +* **devDep:** bump @types/sinon from 9.0.10 to 9.0.11 ([#628](https://github.com/Clumsy-Coder/myStocksRN/issues/628)) ([f4e2dac](https://github.com/Clumsy-Coder/myStocksRN/commit/f4e2dac77bf1ecb2f9282e2f5703c3b2f591d9ba)) +* **devDep:** bump redux-devtools-extension from 2.13.8 to 2.13.9 ([#629](https://github.com/Clumsy-Coder/myStocksRN/issues/629)) ([635baad](https://github.com/Clumsy-Coder/myStocksRN/commit/635baade61b65ce7261bde624e5cbcf448a1d470)) + ### [1.2.169](https://github.com/Clumsy-Coder/myStocksRN/compare/1.2.168...1.2.169) (2021-03-08) diff --git a/package.json b/package.json index 345141c5..b0da1442 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "myStocksRN", - "version": "1.2.169", + "version": "1.2.170", "private": true, "scripts": { "start": "react-native start",