Skip to content

Commit

Permalink
New version: 3.3.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhop committed Oct 9, 2024
1 parent 422e6e5 commit 7d0b6ce
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 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.2 *Technical release: updated deps, more tests.*
* 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()`.*
Expand Down
4 changes: 2 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": "3.3.1",
"version": "3.3.2",
"description": "Chain functions as transform streams.",
"type": "commonjs",
"main": "./src/index.js",
Expand Down

0 comments on commit 7d0b6ce

Please sign in to comment.