Skip to content

Commit d5671f5

Browse files
authored
Prepare v5.0.0 release (#13)
* Update CI to build with the latest version of the compiler * Update the bower repository URL to match the URL in the registry * Upgrade bower dependencies * Update the changelog
1 parent a979f1a commit d5671f5

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ jobs:
1313
- uses: actions/checkout@v2
1414

1515
- uses: purescript-contrib/setup-purescript@main
16-
with:
17-
purescript: "0.14.0-rc5"
1816

1917
- uses: actions/setup-node@v1
2018
with:

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Bugfixes:
1212

1313
Other improvements:
1414

15-
## [v5.0.0](https://github.com/purescript-node/purescript-node-url/releases/tag/v5.0.0) - 2021-MONTH-DAY
15+
## [v5.0.0](https://github.com/purescript-node/purescript-node-url/releases/tag/v5.0.0) - 2021-02-26
1616

1717
Breaking changes:
1818
- Added support for PureScript 0.14 and dropped support for all previous versions (#10)

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
],
1010
"repository": {
1111
"type": "git",
12-
"url": "git://github.com/purescript-node/purescript-node-url.git"
12+
"url": "https://github.com/purescript-node/purescript-node-url.git"
1313
},
1414
"dependencies": {
15-
"purescript-nullable": "main"
15+
"purescript-nullable": "^5.0.0"
1616
}
1717
}

0 commit comments

Comments
 (0)