diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b6ebf3a..c69237a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,9 +16,9 @@ jobs: with: purescript: "unstable" - - uses: actions/setup-node@v1 + - uses: actions/setup-node@v2 with: - node-version: "12" + node-version: "14.x" - name: Install dependencies run: | diff --git a/CHANGELOG.md b/CHANGELOG.md index 863fc4a..b42a1ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,17 @@ Notable changes to this project are documented in this file. The format is based Breaking changes: +New features: + +Bugfixes: + +Other improvements: + +## [v9.0.0](https://github.com/purescript/purescript-numbers/releases/tag/v9.0.0) - 2022-04-27 + +Breaking changes: +- Add support for PureScript 0.15 (#22 by @JordanMartinez) + New features: - Ported various functions & constants from `purescript-math` (#18 by @JamieBallingall) diff --git a/bower.json b/bower.json index 8568ea9..919cf5f 100644 --- a/bower.json +++ b/bower.json @@ -16,11 +16,11 @@ "output" ], "dependencies": { - "purescript-functions": "master", - "purescript-maybe": "master" + "purescript-functions": "^6.0.0", + "purescript-maybe": "^6.0.0" }, "devDependencies": { - "purescript-assert": "master", - "purescript-console": "master" + "purescript-assert": "^6.0.0", + "purescript-console": "^6.0.0" } }