Skip to content

Commit

Permalink
New version: 2.2.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhop committed Dec 30, 2020
1 parent e499e22 commit 459f5a1
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@ Following static methods are available:
## Release History
- 2.2.4 *Bugfix: wrong `const`-ness in the async generator branch (thx [Patrick Pang](https://github.com/patrickpang)).*
- 2.2.3 *Technical release. No need to upgrade.*
- 2.2.2 *Technical release. No need to upgrade.*
- 2.2.1 *Technical release: new symbols namespace, explicit license (thx [Keen Yee Liau](https://github.com/kyliau)), added Greenkeeper.*
Expand Down
38 changes: 36 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stream-chain",
"version": "2.2.3",
"version": "2.2.4",
"description": "Chain functions as transform streams.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 459f5a1

Please sign in to comment.