Skip to content

Commit 6c19514

Browse files
committed
feat(release): v3.3.0
Bump websql version fix #93
1 parent 4295d3b commit 6c19514

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v3.3.0 (2021-03-25)
2+
3+
- feature(dep): Bump up websql to 2.0.0 (Thanks [technowizard ](https://github.com/craftzdog/react-native-sqlite-2/issues/93))
4+
15
## v3.2.0 (2021-03-21)
26

37
- feature(tvos): Support tvOS (Thanks [manbir-app-curefit](https://github.com/craftzdog/react-native-sqlite-2/pull/89))

RNSqlite2.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Pod::Spec.new do |s|
33
s.name = "RNSqlite2"
4-
s.version = "1.0.0"
4+
s.version = "3.3.0"
55
s.summary = "RNSqlite2"
66
s.description = <<-DESC
77
RNSqlite2
@@ -16,4 +16,4 @@ Pod::Spec.new do |s|
1616
s.library = "sqlite3"
1717

1818
s.dependency "React-Core"
19-
end
19+
end

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.2.0",
3+
"version": "3.3.0",
44
"description": "SQLite Storage for React Native",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)