Skip to content

Commit

Permalink
Prepare v6.0.0 release (1st PS 0.15.0-compatible release) (#40)
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 authored Apr 27, 2022
1 parent dedc714 commit f8e6216
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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-refs/releases/tag/v6.0.0) - 2022-04-27

Breaking changes:
- Migrate FFI to ES modules (#39 by @kl0tl and @JordanMartinez)

Expand Down
6 changes: 3 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"package.json"
],
"dependencies": {
"purescript-effect": "master",
"purescript-prelude": "master"
"purescript-effect": "^4.0.0",
"purescript-prelude": "^6.0.0"
},
"devDependencies": {
"purescript-assert": "master"
"purescript-assert": "^6.0.0"
}
}

0 comments on commit f8e6216

Please sign in to comment.