Skip to content

Commit 1b015f7

Browse files
committed
v5.3.1
1 parent b988178 commit 1b015f7

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

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

3+
## 5.3.1
4+
5+
- Linux: Downgrade glibc requirement to 2.24, supporting Ubuntu 16.10+ and Debian 9 (Stretch)+ again.
6+
37
## 5.3.0
48

59
- Pre-built binaries for macos/darwin arm64.
610
- Add typescript types.
711
- Don't fallback to building from source.
812
- Smaller NPM package (build dependencies not included anymore).
13+
- Linux: Requires glibc 2.28+ (Ubuntu 18.10+).
914

1015
## 5.2.0
1116

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.3.0",
4+
"version": "5.3.1",
55
"homepage": "http://github.com/journeyapps/node-sqlcipher",
66
"author": {
77
"name": "JourneyApps",

0 commit comments

Comments
 (0)