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) 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" } }