Skip to content
This repository has been archived by the owner on Oct 14, 2022. It is now read-only.

Commit

Permalink
chore(release): 1.0.5 [skip ci]
Browse files Browse the repository at this point in the history
### [1.0.5](1.0.4...1.0.5) (2020-08-05)

### Bug Fixes

* **github-actions:** use the API_KEY secret correctly ([6dc6412](6dc6412))

### Reverts

* **github-actions:** undo the previous commit bd5d38d ([9d4f1cb](9d4f1cb))

### Continuous Integration

* **github-actions:** pass 'development' when creating the .env file ([bd5d38d](bd5d38d))
  • Loading branch information
semantic-release-bot committed Aug 5, 2020
1 parent 30cd227 commit 1a9880c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "myStocksRN",
"version": "1.0.4",
"version": "1.0.5",
"private": true,
"scripts": {
"start": "react-native start",
Expand Down

0 comments on commit 1a9880c

Please sign in to comment.