chore: prepare v2.0.1

This commit is contained in:
orion 2024-06-22 19:12:41 -05:00
parent 08bd9a817a
commit 0ba315ede0
Signed by: orion
GPG Key ID: 6D4165AE4C928719
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "purescript-node-stream-pipes",
"version": "v2.0.0",
"version": "v2.0.1",
"type": "module",
"dependencies": {
"csv-parse": "^5.5.6",

View File

@ -29,7 +29,7 @@ workspace:
- parallel: ">=6.0.0 <7.0.0"
- pipes: ">=8.0.0 <9.0.0"
- prelude: ">=6.0.1 <7.0.0"
- profunctor
- profunctor: ">=6.0.1 <7.0.0"
- st: ">=6.2.0 <7.0.0"
- strings: ">=6.0.1 <7.0.0"
- tailrec: ">=6.1.0 <7.0.0"

View File

@ -1,7 +1,7 @@
package:
name: node-stream-pipes
publish:
version: '2.0.0'
version: '2.0.1'
license: 'GPL-3.0-or-later'
location:
githubOwner: 'cakekindel'