Skip to content

Commit a2d7cf0

Browse files
authored
Prepare v4.0.0 release (#19)
* 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 59a0d58 commit a2d7cf0

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

.github/workflows/ci.yml

-2
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Bugfixes:
1212

1313
Other improvements:
1414

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

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

bower.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"license": "MIT",
99
"repository": {
1010
"type": "git",
11-
"url": "git://github.com/purescript-node/purescript-node-path.git"
11+
"url": "https://github.com/purescript-node/purescript-node-path.git"
1212
},
1313
"ignore": [
1414
"**/.*",
@@ -20,10 +20,10 @@
2020
"package.json"
2121
],
2222
"dependencies": {
23-
"purescript-effect": "master"
23+
"purescript-effect": "^3.0.0"
2424
},
2525
"devDependencies": {
26-
"purescript-assert": "master",
27-
"purescript-console": "master"
26+
"purescript-assert": "^5.0.0",
27+
"purescript-console": "^5.0.0"
2828
}
2929
}

0 commit comments

Comments
 (0)