Skip to content

Commit b26df94

Browse files
committed
feat(release): v3.6.0
1 parent 0ce280a commit b26df94

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v3.6.0 (2022-08-11)
2+
3+
* TypeScript support
4+
* Add an example project
5+
* Add Husky
6+
17
## v3.5.0 (2021-11-01)
28

39
- chore(android): update sqlite-android to 3.36.0 (Thanks [@matinzd](https://github.com/craftzdog/react-native-sqlite-2/pull/104))

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-sqlite-2",
3-
"version": "3.6.0-beta.2",
3+
"version": "3.6.0",
44
"description": "SQLite3 Native Plugin for React Native for iOS, Android, Windows and macOS",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)