Browse Source

Format changelog

Guy Carmeli 6 years ago
parent
commit
c9729fb221
1 changed files with 4 additions and 2 deletions
  1. 4
    2
      CHANGELOG.md

+ 4
- 2
CHANGELOG.md View File

@@ -1,5 +1,7 @@
1
+# Changelog
2
+___
1 3
 ## v2.2.0
2
-
4
+___
3 5
 ### Added
4 6
 * Component name can be a number as well to support enum component names [#e32d8d2](https://github.com/wix/react-native-navigation/commit/e32d8d2c1a30e4a50b6b1f6ed8eeb99b81b58cde) by [henrikra](https://github.com/henrikra)
5 7
 * Update lodash to v4.17.x [#77e2faa](https://github.com/wix/react-native-navigation/commit/77e2faa5988c1e7905bc138030422291413213e0)
@@ -20,7 +22,7 @@
20 22
 * Use proper key for bottom tab height [#3b98553](https://github.com/wix/react-native-navigation/commit/3b9855327363149613f371e6eb47727fc8430aab) by [Krizzu](https://github.com/Krizzu)
21 23
 
22 24
 ## 2.1.3
23
-
25
+___
24 26
 ### Added
25 27
 #### iOS
26 28
 * Add optional componentId param to bindComponent [#0a6e34f](https://github.com/wix/react-native-navigation/commit/0a6e34f2dd16bbec43edd37c93c0f609b6c589f2) by [luigiinred](https://github.com/luigiinred)