We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a78ad29 commit de7b279Copy full SHA for de7b279
CHANGELOG.md
@@ -4,6 +4,16 @@ Notable changes to this project are documented in this file. The format is based
4
5
## [Unreleased]
6
7
+Breaking changes:
8
+
9
+New features:
10
11
+Bugfixes:
12
13
+Other improvements:
14
15
+## [v6.0.0](https://github.com/purescript-node/purescript-node-url/releases/tag/v6.0.0) - 2022-04-27
16
17
Breaking changes:
18
- Update project and deps to PureScript v0.15.0 (#16 by @nwolverson, @JordanMartinez, @sigma-andex)
19
bower.json
@@ -12,9 +12,9 @@
"url": "https://github.com/purescript-node/purescript-node-url.git"
},
"dependencies": {
- "purescript-nullable": "main"
+ "purescript-nullable": "^6.0.0"
"devDependencies": {
- "purescript-assert": "master"
+ "purescript-assert": "^6.0.0"
}
20
0 commit comments