diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 126798d..07cee8d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,8 +15,6 @@ jobs: - name: Set up a PureScript toolchain uses: purescript-contrib/setup-purescript@main - with: - purescript: "0.14.0-rc5" - name: Cache PureScript dependencies uses: actions/cache@v2 diff --git a/CHANGELOG.md b/CHANGELOG.md index 22bf47a..7c8c157 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,17 @@ Notable changes to this project are documented in this file. The format is based ## [Unreleased] -Breaking changes (😱!!!): +Breaking changes: + +New features: + +Bugfixes: + +Other improvements: + +## [v5.0.0](https://github.com/purescript-contrib/purescript-http-methods/releases/tag/v5.0.0) - 2021-02-26 + +Breaking changes: - Added support for PureScript 0.14 and dropped support for all previous versions (#11) New features: diff --git a/bower.json b/bower.json index 2750a05..97ba5f7 100644 --- a/bower.json +++ b/bower.json @@ -17,8 +17,12 @@ "package.json" ], "dependencies": { - "purescript-either": "master", - "purescript-prelude": "master", - "purescript-strings": "master" + "purescript-either": "^5.0.0", + "purescript-prelude": "^5.0.0", + "purescript-strings": "^5.0.0" + }, + "devDependencies": { + "purescript-console": "^5.0.0", + "purescript-effect": "^3.0.0" } }