Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Jul 8, 2020
1 parent b637b26 commit edfbce1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file.

<a name="v2.0.0"></a>
## [v2.0.0](https://github.com/rubensworks/asyncreiterable.js/compare/v1.2.0...v2.0.0) - 2020-07-08

### Changed
* [Update to asynciterator 3](https://github.com/rubensworks/asyncreiterable.js/commit/b637b26648dd0306927012bdbc25185eb6209b1c)

<a name="v1.2.0"></a>
## [v1.2.0](https://github.com/rubensworks/asyncreiterable.js/compare/v1.1.1...v1.2.0) - 2020-04-30

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "asyncreiterable",
"version": "1.2.0",
"version": "2.0.0",
"description": "An AsyncReiterable is an append-only collection that allows multiple asynchronous iterations.",
"main": "index.js",
"typings": "index",
Expand Down

0 comments on commit edfbce1

Please sign in to comment.