Skip to content

Commit 2b6c84a

Browse files
chore(release): 1.6.0 [skip ci]
# [1.6.0](v1.5.0...v1.6.0) (2020-10-01) ### Features * Cleaned up navigation context logic ([b7c6a24](b7c6a24))
1 parent b7c6a24 commit 2b6c84a

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# [1.6.0](https://github.com/BlueBaseJS/plugin-react-navigation/compare/v1.5.0...v1.6.0) (2020-10-01)
2+
3+
### Features
4+
5+
- Cleaned up navigation context logic ([b7c6a24](https://github.com/BlueBaseJS/plugin-react-navigation/commit/b7c6a2443183614daec97d24c0fbab2ecfca39c7))
6+
17
# [1.5.0](https://github.com/BlueBaseJS/plugin-react-navigation/compare/v1.4.2...v1.5.0) (2020-09-26)
28

39
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@bluebase/plugin-react-navigation",
33
"description": "Use React Navigation in BlueBase apps!",
44
"author": "BlueEast Team <code@blueeast.com>",
5-
"version": "1.5.0",
5+
"version": "1.6.0",
66
"main": "dist/index.js",
77
"typings": "dist/index.d.ts",
88
"module": "dist/index.js",

src/version.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// THIS IS AN AUTO GENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
2-
export const VERSION = '1.5.0';
3-
export const VERSION_NUMBER = 105000000;
2+
export const VERSION = '1.6.0';
3+
export const VERSION_NUMBER = 106000000;

0 commit comments

Comments
 (0)