We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 670f00f commit 440b3e5Copy full SHA for 440b3e5
2 files changed
CHANGELOG.md
@@ -1,10 +1,14 @@
1
# Changelog
2
3
+## 3.2.1
4
+
5
+ - Publish more prebuilt binaries.
6
7
## 3.2.0
8
9
- Update to SQLCipher 3.4.1 / SQLite 3.20.1.
10
- Also bundle msvcr120.dll
-
11
12
## 3.1.16
13
14
- First release of the fork, based on SQLCipher 3.4.1 / SQLite 3.15.2.
package.json
@@ -1,7 +1,7 @@
{
"name": "@journeyapps/sqlcipher",
"description": "Asynchronous, non-blocking SQLCipher bindings",
- "version": "3.2.0",
+ "version": "3.2.1",
"homepage": "http://github.com/journeyapps/node-sqlcipher",
"author": {
"name": "JourneyApps",
0 commit comments