From 706dd84fca3e569c49fb2b28d12c98ab7793d673 Mon Sep 17 00:00:00 2001 From: Vincent Weevers Date: Tue, 28 Sep 2021 15:59:00 +0200 Subject: [PATCH] 5.1.1 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75d0445c..5f147117 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [5.1.1] - 2021-09-28 + +### Fixed + +- Build a universal binary to support M1 (Apple silicon) ([#181](https://github.com/Level/rocksdb/issues/181)) ([`0bda9ba`](https://github.com/Level/rocksdb/commit/0bda9ba)) (Juan Gonzalez). + ## [5.1.0] - 2021-08-28 ### Added @@ -227,6 +233,8 @@ _If you are upgrading: please see [`UPGRADING.md`](UPGRADING.md)._ _Earlier versions were published before `v1.0.0` but the code was then a branch inside [`leveldown`](https://github.com/Level/leveldown). This version marks the point where that code was extracted into its own repository thanks to the work of [`@mcollina`](https://github.com/mcollina)._ +[5.1.1]: https://github.com/Level/rocksdb/compare/v5.1.0...v5.1.1 + [5.1.0]: https://github.com/Level/rocksdb/releases/tag/v5.1.0 [5.0.0]: https://github.com/Level/rocksdb/releases/tag/v5.0.0 diff --git a/package.json b/package.json index edb8ef17..06634601 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rocksdb", - "version": "5.1.0", + "version": "5.1.1", "description": "A low-level Node.js RocksDB binding", "license": "MIT", "main": "leveldown.js",