Skip to content

Commit cb14d30

Browse files
committed
chore(release): 0.1.1
1 parent 00101a1 commit cb14d30

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
### [0.1.1](https://github.com/handi-dev/react-native-boilerplate/compare/v0.0.12...v0.1.1) (2022-10-23)
6+
7+
8+
### Bug Fixes
9+
10+
* adjust readMe ([00101a1](https://github.com/handi-dev/react-native-boilerplate/commit/00101a18e215f0d73124d4c06a15320e348b3219))
11+
512
### [0.0.12](https://github.com/handi-dev/react-native-boilerplate/compare/v0.0.11...v0.0.12) (2022-07-23)
613

714

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@handidev/react-native-boilerplate",
3-
"version": "0.0.12",
3+
"version": "0.1.1",
44
"keywords": [
55
"react",
66
"native",
@@ -10,7 +10,8 @@
1010
"react-native",
1111
"starter-kit",
1212
"react-native-redux-toolkit",
13-
"react-native-navigation"
13+
"react-native-navigation",
14+
"0.70.3"
1415
],
1516
"scripts": {
1617
"release": "standard-version"

0 commit comments

Comments
 (0)