Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Oct 1, 2021
1 parent 34bdfb2 commit 52ea9b8
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.2.0] - 2021-10-01

### Changed

- Bump `level-test` from 8.x to 9.x ([#27](https://github.com/Level/bench/issues/27)) ([`f6b233c`](https://github.com/Level/bench/commit/f6b233c)) ((Vincent Weevers)
- Bump `fast-deep-equal` from 2.x to 3.x ([#24](https://github.com/Level/bench/issues/24)) ([`2449c10`](https://github.com/Level/bench/commit/2449c10)) ((Vincent Weevers)
- Bump `level-test` from 7.x to 8.x ([#17](https://github.com/Level/bench/issues/17)) ([`8221ade`](https://github.com/Level/bench/commit/8221ade)) (Vincent Weevers)

### Added

- Add iterate and clear benchmarks ([#29](https://github.com/Level/bench/issues/29)) ([`d3797b0`](https://github.com/Level/bench/commit/d3797b0)) (Vincent Weevers).

### Removed

- **Breaking:** drop Node.js 8 ([`2ae51af`](https://github.com/Level/bench/commit/2ae51af)) (Vincent Weevers).

## [0.1.0] - 2019-09-22

### Changed
Expand Down Expand Up @@ -32,6 +48,8 @@

:seedling: Initial release.

[0.2.0]: https://github.com/Level/bench/releases/tag/v0.2.0

[0.1.0]: https://github.com/Level/bench/releases/tag/v0.1.0

[0.0.1]: https://github.com/Level/bench/releases/tag/v0.0.1
2 changes: 1 addition & 1 deletion UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

This document describes breaking changes and how to upgrade. For a complete list of changes including minor and patch releases, please refer to the [changelog](CHANGELOG.md).

_No releases yet._
_No stable releases yet._
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "level-bench",
"version": "0.1.0",
"version": "0.2.0",
"description": "Benchmark abstract-leveldown and levelup stores",
"license": "MIT",
"bin": "level-bench.js",
Expand Down

0 comments on commit 52ea9b8

Please sign in to comment.