From c6a4c6f87b01caa0306bce1dc67abc98594c7532 Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Wed, 27 Apr 2022 18:55:47 -0500 Subject: [PATCH 1/2] Update the bower dependencies --- bower.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/bower.json b/bower.json index 5ef22bb..d511f1f 100644 --- a/bower.json +++ b/bower.json @@ -12,19 +12,19 @@ "output" ], "dependencies": { - "purescript-effect": "master", - "purescript-either": "master", - "purescript-exceptions": "master", - "purescript-foreign": "master", - "purescript-maybe": "master", - "purescript-node-buffer": "master", - "purescript-node-fs": "master", - "purescript-nullable": "main", - "purescript-options": "main", - "purescript-prelude": "master", - "purescript-transformers": "master" + "purescript-effect": "^4.0.0", + "purescript-either": "^6.0.0", + "purescript-exceptions": "^6.0.0", + "purescript-foreign": "^7.0.0", + "purescript-maybe": "^6.0.0", + "purescript-node-buffer": "^8.0.0", + "purescript-node-fs": "^7.0.1", + "purescript-nullable": "^6.0.0", + "purescript-options": "^7.0.0", + "purescript-prelude": "^6.0.0", + "purescript-transformers": "^6.0.0" }, "devDependencies": { - "purescript-console": "master" + "purescript-console": "^6.0.0" } } From 26a284db41ba68e83afd24532dad10d7b21120b0 Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Wed, 27 Apr 2022 18:55:47 -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 6f7a526..53d200e 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: + +## [v3.0.0](https://github.com/purescript-node/purescript-node-net/releases/tag/v3.0.0) - 2022-04-27 + Breaking changes: - Update project and deps to PureScript v0.15.0 (#11 by @JordanMartinez, @thomashoneyman, @sigma-andex)