From 5ffccb06561d45f069ace5d3d9ca1eb9b9088d87 Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Wed, 27 Apr 2022 15:26:56 -0500 Subject: [PATCH 1/2] Update the bower dependencies --- bower.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/bower.json b/bower.json index 42d9e4c..dde2e71 100644 --- a/bower.json +++ b/bower.json @@ -12,15 +12,15 @@ "url": "https://github.com/purescript-node/purescript-node-streams.git" }, "devDependencies": { - "purescript-assert": "master", - "purescript-console": "master", - "purescript-partial": "master" + "purescript-assert": "^6.0.0", + "purescript-console": "^6.0.0", + "purescript-partial": "^4.0.0" }, "dependencies": { - "purescript-effect": "master", - "purescript-either": "master", - "purescript-exceptions": "master", - "purescript-node-buffer": "master", - "purescript-prelude": "master" + "purescript-effect": "^4.0.0", + "purescript-either": "^6.0.0", + "purescript-exceptions": "^6.0.0", + "purescript-node-buffer": "^8.0.0", + "purescript-prelude": "^6.0.0" } } From edba2b2417cd385602a78ae66c628e81dbe109d3 Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Wed, 27 Apr 2022 15:26:56 -0500 Subject: [PATCH 2/2] Update the changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9b6757..743278d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ Notable changes to this project are documented in this file. The format is based ## [Unreleased] +Breaking changes: + +New features: + +Bugfixes: + +Other improvements: + +## [v6.0.0](https://github.com/purescript-node/purescript-node-streams/releases/tag/v6.0.0) - 2022-04-27 + Breaking changes: - Update project and deps to PureScript v0.15.0 (#39 by @nwolverson, @JordanMartinez, @sigma-andex)