Skip to content

Commit 57d2bbe

Browse files
committed
Release 3.8.1
1 parent e3c38ae commit 57d2bbe

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10-
- Add missing type for `enableURLHandling`
10+
## [3.8.1] - [2019-04-12](https://github.com/react-navigation/react-navigation/releases/tag/3.8.1)
11+
12+
## Changed
13+
14+
- Add missing type for `enableURLHandling` to TypeScript definition (#5803)
15+
- Update Flow types (#5806)
1116

1217
## [3.8.0] - [2019-04-12](https://github.com/react-navigation/react-navigation/releases/tag/3.8.0)
1318

@@ -244,7 +249,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
244249

245250
- [2.x](https://github.com/react-navigation/react-navigation/blob/2.x/CHANGELOG.md)
246251

247-
[Unreleased]: https://github.com/react-navigation/react-navigation/compare/3.8.0...HEAD
252+
[Unreleased]: https://github.com/react-navigation/react-navigation/compare/3.8.1...HEAD
253+
[3.8.1]: https://github.com/react-navigation/react-navigation/compare/3.8.0...3.8.1
248254
[3.8.0]: https://github.com/react-navigation/react-navigation/compare/3.7.1...3.8.0
249255
[3.7.1]: https://github.com/react-navigation/react-navigation/compare/3.6.1...3.7.1
250256
[3.6.1]: https://github.com/react-navigation/react-navigation/compare/3.6.0...3.6.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-navigation",
3-
"version": "3.8.0",
3+
"version": "3.8.1",
44
"description": "Routing and navigation for your React Native apps",
55
"main": "src/react-navigation.js",
66
"types": "typescript/react-navigation.d.ts",

0 commit comments

Comments
 (0)