Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Apr 8, 2021
1 parent d60638b commit cabaf64
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [3.0.0] - 2021-04-08

### Changed

- **Breaking:** modernize syntax and bump standard ([`dd37269`](https://github.com/Level/concat-iterator/commit/dd37269)) ([Level/community#98](https://github.com/Level/community/issues/98)) (Vincent Weevers).

## [2.0.1] - 2019-04-01

### Changed
Expand Down Expand Up @@ -36,6 +42,8 @@

:seedling: Initial release.

[3.0.0]: https://github.com/Level/concat-iterator/compare/v2.0.1...v3.0.0

[2.0.1]: https://github.com/Level/concat-iterator/compare/v2.0.0...v2.0.1

[2.0.0]: https://github.com/Level/concat-iterator/compare/v1.0.0...v2.0.0
6 changes: 5 additions & 1 deletion UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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).

## v2
## 3.0.0

No API changes. Drops support of node 6, node 8 and old browsers ([Level/community#98](https://github.com/Level/community/issues/98)).

## 2.0.0

The `nextTick` parameter was removed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "level-concat-iterator",
"version": "2.0.1",
"version": "3.0.0",
"description": "Concatenate items from an iterator into an array.",
"author": "Lars-Magnus Skog <ralphtheninja@riseup.net>",
"license": "MIT",
Expand Down

0 comments on commit cabaf64

Please sign in to comment.