Skip to content

Commit 7cfdf98

Browse files
committed
[publish binary] 5.3.0
1 parent 5ceb103 commit 7cfdf98

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

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

3+
## 5.3.0
4+
5+
- Pre-built binaries for macos/darwin arm64.
6+
- Add typescript types.
7+
- Don't fallback to building from source.
8+
- Smaller NPM package (build dependencies not included anymore).
9+
310
## 5.2.0
411

512
- Statically link OpenSSL on Linux and Windows, in addition to MacOS. No more DLLs distributed.

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ To release a new version:
2323

2424
**1)** Ensure tests are passing
2525

26-
Before considering a release all the tests need to be passing on appveyor and travis.
26+
Before considering a release all the tests need to be passing on CircleCI.
2727

2828
**2)** Bump commit
2929

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

0 commit comments

Comments
 (0)