Skip to content

Commit 0a40cdc

Browse files
Prepare v6.0.0 release (1st PS 0.15.0-compatible release) (#28)
* Update the bower dependencies * Uncomment spago tests * Update the changelog * Update CHANGELOG.md Co-authored-by: Thomas Honeyman <hello@thomashoneyman.com>
1 parent c1ac5de commit 0a40cdc

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ jobs:
5050
- name: Build the project
5151
run: npm run build
5252

53-
# - name: Run tests
54-
# run: npm run test
53+
- name: Run tests
54+
run: npm run test
5555

5656
- name: Check formatting
5757
run: purs-tidy check src test

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,18 @@ Notable changes to this project are documented in this file. The format is based
55
## [Unreleased]
66

77
Breaking changes:
8-
- Migrate FFI to ES modules (#27 by @JordanMartinez)
98

109
New features:
1110

1211
Bugfixes:
1312

13+
Other improvements:
14+
15+
## [v6.0.0](https://github.com/purescript-contrib/purescript-js-timers/releases/tag/v6.0.0) - 2022-04-27
16+
17+
Breaking changes:
18+
- Migrate FFI to ES modules (#27 by @JordanMartinez)
19+
1420
Other improvements:
1521
- Added `purs-tidy` formatter (#25 by @thomashoneyman)
1622

bower.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
"package.json"
1818
],
1919
"dependencies": {
20-
"purescript-effect": "master"
20+
"purescript-effect": "^4.0.0"
2121
},
2222
"devDependencies": {
23-
"purescript-assert": "master",
24-
"purescript-console": "master",
25-
"purescript-refs": "master"
23+
"purescript-assert": "^6.0.0",
24+
"purescript-console": "^6.0.0",
25+
"purescript-refs": "^6.0.0"
2626
}
2727
}

0 commit comments

Comments
 (0)