File tree Expand file tree Collapse file tree 3 files changed +13
-7
lines changed Expand file tree Collapse file tree 3 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -5,12 +5,18 @@ Notable changes to this project are documented in this file. The format is based
55## [ Unreleased]
66
77Breaking changes:
8- - Migrate FFI to ES modules (#27 by @JordanMartinez )
98
109New features:
1110
1211Bugfixes:
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+
1420Other improvements:
1521- Added ` purs-tidy ` formatter (#25 by @thomashoneyman )
1622
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments