Skip to content

Commit

Permalink
New version: 3.3.1.
Browse files Browse the repository at this point in the history
* Updated deps.
  • Loading branch information
uhop committed Sep 30, 2024
1 parent be2615e commit cf735c9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ BSD-3-Clause
## Release History
* 3.3.1 *Minor enhancement: more flexible split on lines.*
* 3.3.0 *Added a way to ignore JSON parsing errors silently.*
* 3.2.0 *Added TS typings and `clearFunctionList()`.*
* 3.1.0 *Added a seamless support for web streams.*
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stream-chain",
"version": "3.3.0",
"version": "3.3.1",
"description": "Chain functions as transform streams.",
"type": "commonjs",
"main": "./src/index.js",
Expand Down Expand Up @@ -44,7 +44,7 @@
"devDependencies": {
"@types/node": "^22.7.4",
"nano-benchmark": "^1.0.3",
"tape-six": "^0.12.2",
"tape-six": "^0.12.3",
"typescript": "^5.6.2"
}
}

0 comments on commit cf735c9

Please sign in to comment.