Skip to content

Commit 2a53528

Browse files
Prepare v9.0.0 release (1st PS 0.15.0-compatible release) (#22)
* Update the bower dependencies * Update Node to 14 in CI * Update the changelog * Update CHANGELOG.md Co-authored-by: Thomas Honeyman <[email protected]>
1 parent 2d1a223 commit 2a53528

File tree

3 files changed

+17
-6
lines changed

3 files changed

+17
-6
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
with:
1717
purescript: "unstable"
1818

19-
- uses: actions/setup-node@v1
19+
- uses: actions/setup-node@v2
2020
with:
21-
node-version: "12"
21+
node-version: "14.x"
2222

2323
- name: Install dependencies
2424
run: |

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ Notable changes to this project are documented in this file. The format is based
66

77
Breaking changes:
88

9+
New features:
10+
11+
Bugfixes:
12+
13+
Other improvements:
14+
15+
## [v9.0.0](https://github.com/purescript/purescript-numbers/releases/tag/v9.0.0) - 2022-04-27
16+
17+
Breaking changes:
18+
- Add support for PureScript 0.15 (#22 by @JordanMartinez)
19+
920
New features:
1021
- Ported various functions & constants from `purescript-math` (#18 by @JamieBallingall)
1122

bower.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
"output"
1717
],
1818
"dependencies": {
19-
"purescript-functions": "master",
20-
"purescript-maybe": "master"
19+
"purescript-functions": "^6.0.0",
20+
"purescript-maybe": "^6.0.0"
2121
},
2222
"devDependencies": {
23-
"purescript-assert": "master",
24-
"purescript-console": "master"
23+
"purescript-assert": "^6.0.0",
24+
"purescript-console": "^6.0.0"
2525
}
2626
}

0 commit comments

Comments
 (0)