Skip to content

Commit 34e1918

Browse files
committed
1.0.3
1 parent 4b3464c commit 34e1918

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

3+
## [1.0.3] - 2022-03-20
4+
5+
### Added
6+
7+
- Document error codes of `classic-level` and `many-level` ([#20](https://github.com/Level/abstract-level/issues/20)) ([`4b3464c`](https://github.com/Level/abstract-level/commit/4b3464c)) (Vincent Weevers)
8+
9+
### Fixed
10+
11+
- Add hidden `abortOnClose` option to iterators ([`2935180`](https://github.com/Level/abstract-level/commit/2935180)) (Vincent Weevers)
12+
- Make internal iterator decoding options enumerable ([`eb08363`](https://github.com/Level/abstract-level/commit/eb08363)) (Vincent Weevers)
13+
- Restore Sauce Labs browser tests ([`90b8816`](https://github.com/Level/abstract-level/commit/90b8816)) (Vincent Weevers)
14+
315
## [1.0.2] - 2022-03-06
416

517
### Fixed
@@ -19,6 +31,8 @@
1931

2032
_:seedling: Initial release. If you are upgrading from `abstract-leveldown` please see [`UPGRADING.md`](UPGRADING.md)_
2133

34+
[1.0.3]: https://github.com/Level/abstract-level/releases/tag/v1.0.3
35+
2236
[1.0.2]: https://github.com/Level/abstract-level/releases/tag/v1.0.2
2337

2438
[1.0.1]: https://github.com/Level/abstract-level/releases/tag/v1.0.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "abstract-level",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Abstract class for a lexicographically sorted key-value database",
55
"license": "MIT",
66
"main": "index.js",

0 commit comments

Comments
 (0)