Skip to content

Commit

Permalink
New release: 2.2.3.
Browse files Browse the repository at this point in the history
Restricted published package size.
  • Loading branch information
uhop committed Jul 10, 2020
1 parent 8dbde3d commit ba80083
Show file tree
Hide file tree
Showing 3 changed files with 8 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.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.*
- 2.2.0 *Added utilities: `take`, `takeWhile`, `skip`, `skipWhile`, `fold`, `scan`, `Reduce`, `comp`.*
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stream-chain",
"version": "2.2.2",
"version": "2.2.3",
"description": "Chain functions as transform streams.",
"main": "index.js",
"scripts": {
Expand All @@ -23,5 +23,9 @@
"homepage": "https://github.com/uhop/stream-chain#readme",
"devDependencies": {
"heya-unit": "^0.3.0"
}
},
"files": [
"/*.js",
"/utils"
]
}

0 comments on commit ba80083

Please sign in to comment.