Skip to content

Commit e70d4c2

Browse files
committed
1.3.0
1 parent b3f8517 commit e70d4c2

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [1.3.0] - 2023-04-07
4+
5+
### Changed
6+
7+
- Refactor some pointer usage ([#25](https://github.com/Level/classic-level/issues/25)) ([`d6437b4`](https://github.com/Level/classic-level/commit/d6437b4)) (Robert Nagy)
8+
- Refactor: handle view encoding (Uint8Array) natively ([#43](https://github.com/Level/classic-level/issues/43)) ([`b9fd5e9`](https://github.com/Level/classic-level/commit/b9fd5e9)) (Vincent Weevers)
9+
- Bump and unlock `napi-macros` from 2.0.0 to 2.2.2 ([#58](https://github.com/Level/classic-level/issues/58)) ([`8a4717b`](https://github.com/Level/classic-level/commit/8a4717b)) (Vincent Weevers).
10+
11+
### Fixed
12+
13+
- Swap linux-arm build to use `linux-arm64-lts` ([#71](https://github.com/Level/classic-level/issues/71)) ([`5ea74ab`](https://github.com/Level/classic-level/commit/5ea74ab)) (Cody Swendrowski)
14+
- Add `openssl_fips` variable to gyp bindings ([#72](https://github.com/Level/classic-level/issues/72)) ([`b3f8517`](https://github.com/Level/classic-level/commit/b3f8517)) (Cody Swendrowski).
15+
316
## [1.2.0] - 2022-03-25
417

518
### Added
@@ -25,6 +38,8 @@
2538

2639
_:seedling: Initial release. If you are upgrading from `leveldown` please see [`UPGRADING.md`](UPGRADING.md)._
2740

41+
[1.3.0]: https://github.com/Level/classic-level/releases/tag/v1.3.0
42+
2843
[1.2.0]: https://github.com/Level/classic-level/releases/tag/v1.2.0
2944

3045
[1.1.0]: https://github.com/Level/classic-level/releases/tag/v1.1.0

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "classic-level",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "An abstract-level database backed by LevelDB",
55
"license": "MIT",
66
"main": "index.js",

0 commit comments

Comments
 (0)