From 9a9a4d4023f94afa254d22485e764ef0c7cabcfd Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Wed, 27 Apr 2022 14:15:41 -0500 Subject: [PATCH 1/3] Update the bower dependencies --- bower.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/bower.json b/bower.json index 8dcd898..8c1abdf 100644 --- a/bower.json +++ b/bower.json @@ -21,13 +21,13 @@ "package.json" ], "dependencies": { - "purescript-control": "master", - "purescript-distributive": "master", - "purescript-either": "master", - "purescript-exists": "master", - "purescript-invariant": "master", - "purescript-newtype": "master", - "purescript-prelude": "master", - "purescript-tuples": "master" + "purescript-control": "^6.0.0", + "purescript-distributive": "^6.0.0", + "purescript-either": "^6.0.0", + "purescript-exists": "^6.0.0", + "purescript-invariant": "^6.0.0", + "purescript-newtype": "^5.0.0", + "purescript-prelude": "^6.0.0", + "purescript-tuples": "^7.0.0" } } From bf55e7ad2ed43964cc5fbcdaced27393553897b5 Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Wed, 27 Apr 2022 14:15:41 -0500 Subject: [PATCH 2/3] Update Node to 14 in CI --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: | From 4a19d31889ae03d98cbc6231bc3c8c32fa41eba7 Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Wed, 27 Apr 2022 14:15:41 -0500 Subject: [PATCH 3/3] Update the changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d30728..f3f815a 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: + +## [v6.0.0](https://github.com/purescript/purescript-profunctor/releases/tag/v6.0.0) - 2022-04-27 + Breaking changes: - Update project and deps to PureScript v0.15.0 (#44 by @JordanMartinez) - Drop deprecated `MonadZero` instance (#43 by @JordanMartinez)