Skip to content

Commit

Permalink
Prepare v6.0.0 release (1st PS 0.15.0-compatible release) (#45)
Browse files Browse the repository at this point in the history
* Update the bower dependencies

* Update Node to 14 in CI

* Update the changelog
  • Loading branch information
JordanMartinez committed Apr 27, 2022
1 parent c9dcb47 commit 0a966a1
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -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: |
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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)
Expand Down
16 changes: 8 additions & 8 deletions bower.json
Expand Up @@ -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"
}
}

0 comments on commit 0a966a1

Please sign in to comment.