diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 55efa3dc..70427e62 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,6 @@ on: push: branches: [master] pull_request: - branches: [master] jobs: build: @@ -13,8 +12,6 @@ jobs: - uses: actions/checkout@v2 - uses: purescript-contrib/setup-purescript@main - with: - purescript: "0.14.0-rc3" - uses: actions/setup-node@v1 with: diff --git a/CHANGELOG.md b/CHANGELOG.md index d7888e1e..f18c786c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ Bugfixes: Other improvements: -## [Unreleased] - YEAR-MONTH-DATE +## [v5.0.0](https://github.com/purescript/purescript-prelude/releases/tag/v5.0.0) - 2021-02-26 Breaking changes: - Support compiler version `v0.14.0`, and drop support for previous versions (#206, #226) diff --git a/bower.json b/bower.json index 2b7a1049..0b233c08 100644 --- a/bower.json +++ b/bower.json @@ -5,7 +5,7 @@ "license": "BSD-3-Clause", "repository": { "type": "git", - "url": "git://github.com/purescript/purescript-prelude.git" + "url": "https://github.com/purescript/purescript-prelude.git" }, "ignore": [ "**/.*",