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 1e09da0..58e3c0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ Notable changes to this project are documented in this file. The format is based ## [Unreleased] +Breaking changes: + +New features: + +Bugfixes: + +Other improvements: + +## [v5.0.0](https://github.com/purescript/purescript-functors/releases/tag/v5.0.0) - 2022-04-27 + Breaking changes: - Update project and deps to PureScript v0.15.0 (#36 by @JordanMartinez) - Drop deprecated `MonadZero` instance (#35 by @JordanMartinez) diff --git a/bower.json b/bower.json index 6318553..1cf8a69 100644 --- a/bower.json +++ b/bower.json @@ -17,21 +17,21 @@ "package.json" ], "dependencies": { - "purescript-bifunctors": "master", - "purescript-const": "master", - "purescript-contravariant": "master", - "purescript-control": "master", - "purescript-distributive": "master", - "purescript-either": "master", - "purescript-invariant": "master", - "purescript-maybe": "master", - "purescript-newtype": "master", - "purescript-prelude": "master", - "purescript-profunctor": "master", - "purescript-tuples": "master", - "purescript-unsafe-coerce": "master" + "purescript-bifunctors": "^6.0.0", + "purescript-const": "^6.0.0", + "purescript-contravariant": "^6.0.0", + "purescript-control": "^6.0.0", + "purescript-distributive": "^6.0.0", + "purescript-either": "^6.0.0", + "purescript-invariant": "^6.0.0", + "purescript-maybe": "^6.0.0", + "purescript-newtype": "^5.0.0", + "purescript-prelude": "^6.0.0", + "purescript-profunctor": "^6.0.0", + "purescript-tuples": "^7.0.0", + "purescript-unsafe-coerce": "^6.0.0" }, "devDependencies": { - "purescript-assert": "master" + "purescript-assert": "^6.0.0" } }