diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e16f413..fc54710 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,8 +50,8 @@ jobs: - name: Build the project run: npm run build -# - name: Run tests -# run: npm run test + - name: Run tests + run: npm run test - name: Check formatting run: purs-tidy check src test diff --git a/CHANGELOG.md b/CHANGELOG.md index f5ce863..bb01a13 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: + +## [v8.0.0](https://github.com/purescript-contrib/purescript-js-date/releases/tag/v8.0.0) - 2022-04-27 + Breaking changes: - Migrate FFI to ES modules (#36 by @JordanMartinez) diff --git a/bower.json b/bower.json index 7a03fb7..138196a 100644 --- a/bower.json +++ b/bower.json @@ -16,14 +16,14 @@ "package.json" ], "dependencies": { - "purescript-datetime": "master", - "purescript-effect": "master", - "purescript-foreign": "master", - "purescript-integers": "master" + "purescript-datetime": "^6.0.0", + "purescript-effect": "^4.0.0", + "purescript-foreign": "^7.0.0", + "purescript-integers": "^6.0.0" }, "devDependencies": { - "purescript-assert": "master", - "purescript-console": "master", - "purescript-numbers": "master" + "purescript-assert": "^6.0.0", + "purescript-console": "^6.0.0", + "purescript-numbers": "^9.0.0" } }