Skip to content

Commit

Permalink
chore(release): 0.0.12 [skip ci]
Browse files Browse the repository at this point in the history
## [0.0.12](v0.0.11...v0.0.12) (2021-11-04)

### Bug Fixes

* **github-ci:** adds github token in the ci configuraton file at release step ([628582e](628582e))
* **github-ci:** adds name to package.json file due an error in ci configuration file ([4605357](4605357))
  • Loading branch information
semantic-release-bot committed Nov 4, 2021
1 parent 628582e commit 639e764
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [0.0.12](https://github.com/feMoraes0/wallet-mobile/compare/v0.0.11...v0.0.12) (2021-11-04)


### Bug Fixes

* **github-ci:** adds github token in the ci configuraton file at release step ([628582e](https://github.com/feMoraes0/wallet-mobile/commit/628582ed18c3957ecbaf234b63639bfb23a0e7e0))
* **github-ci:** adds name to package.json file due an error in ci configuration file ([4605357](https://github.com/feMoraes0/wallet-mobile/commit/460535753ff89d2931aca76b88343d957f535192))

# 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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "wallet-mobile",
"main": "node_modules/expo/AppEntry.js",
"version": "0.0.11",
"version": "0.0.12",
"scripts": {
"start": "expo start",
"android": "expo start --android",
Expand Down

0 comments on commit 639e764

Please sign in to comment.