diff --git a/CHANGELOG.md b/CHANGELOG.md index b501ebb..0786ba2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.2] - 2022-03-06 + +### Fixed + +- Fix TypeScript declaration of chained batch `write()` options ([`392b7f7`](https://github.com/Level/abstract-level/commit/392b7f7)) (Vincent Weevers) +- Document the return type of `db.batch()` and add example ([`9739bba`](https://github.com/Level/abstract-level/commit/9739bba)) (Vincent Weevers) + ## [1.0.1] - 2022-02-06 ### Fixed @@ -12,6 +19,8 @@ _:seedling: Initial release. If you are upgrading from `abstract-leveldown` please see [`UPGRADING.md`](UPGRADING.md)_ +[1.0.2]: https://github.com/Level/abstract-level/releases/tag/v1.0.2 + [1.0.1]: https://github.com/Level/abstract-level/releases/tag/v1.0.1 [1.0.0]: https://github.com/Level/abstract-level/releases/tag/v1.0.0 diff --git a/package.json b/package.json index 7d1f8dc..b84d711 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "abstract-level", - "version": "1.0.1", + "version": "1.0.2", "description": "Abstract class for a lexicographically sorted key-value database", "license": "MIT", "main": "index.js",