Skip to content

Commit f45c61d

Browse files
release notes and update version
1 parent ee12571 commit f45c61d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 3.1.0 (November 2020)
2+
- Added orientation support
3+
- Drawer can now be closed by swipping it
4+
- Added example project
5+
16
## 2.0.2 (October 2019)
27
- Fixed possuble undefined value when swipping.
38

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-navigation-drawer-extension",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"description": "Drawer API built on top of wix react-native-navigation for iOS and Android.",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)