Skip to content

Commit 260019d

Browse files
authored
Merge pull request #74 from journeyapps/release-510
Release v5.1.0
2 parents c86084a + e6eaafe commit 260019d

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 5.1.0
4+
5+
- Update to SQLCipher 4.4.2 / SQLite 3.33.0.
6+
- Fix crash on Electron on Windows.
7+
_ Always use system or bundled OpenSSL, not OpenSSL bundled with Node.
8+
39
## 5.0.0
410

511
- Major change: Use N-API instead of NAN.

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ yarn add "@journeyapps/sqlcipher"
1717
# Or: npm install --save "@journeyapps/sqlcipher"
1818
```
1919

20-
For Electron, use `electron-rebuild` or similar tool.
21-
2220
# Usage
2321

2422
``` js

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,7 +1,7 @@
11
{
22
"name": "@journeyapps/sqlcipher",
33
"description": "Asynchronous, non-blocking SQLCipher bindings",
4-
"version": "5.0.0",
4+
"version": "5.1.0",
55
"homepage": "http://github.com/journeyapps/node-sqlcipher",
66
"author": {
77
"name": "JourneyApps",

0 commit comments

Comments
 (0)