Skip to content

Commit

Permalink
feat(release): v3.3.0
Browse files Browse the repository at this point in the history
Bump websql version

fix #93
  • Loading branch information
craftzdog committed Mar 25, 2021
1 parent 4295d3b commit 6c19514
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v3.3.0 (2021-03-25)

- feature(dep): Bump up websql to 2.0.0 (Thanks [technowizard ](https://github.com/craftzdog/react-native-sqlite-2/issues/93))

## v3.2.0 (2021-03-21)

- feature(tvos): Support tvOS (Thanks [manbir-app-curefit](https://github.com/craftzdog/react-native-sqlite-2/pull/89))
Expand Down
4 changes: 2 additions & 2 deletions RNSqlite2.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Pod::Spec.new do |s|
s.name = "RNSqlite2"
s.version = "1.0.0"
s.version = "3.3.0"
s.summary = "RNSqlite2"
s.description = <<-DESC
RNSqlite2
Expand All @@ -16,4 +16,4 @@ Pod::Spec.new do |s|
s.library = "sqlite3"

s.dependency "React-Core"
end
end
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-sqlite-2",
"version": "3.2.0",
"version": "3.3.0",
"description": "SQLite Storage for React Native",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 6c19514

Please sign in to comment.