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 50
50
- name : Build the project
51
51
run : npm run build
52
52
53
- # - name: Run tests
54
- # run: npm run test
53
+ - name : Run tests
54
+ run : npm run test
55
55
56
56
- name : Check formatting
57
57
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
5
5
## [ Unreleased]
6
6
7
7
Breaking changes:
8
- - Migrate FFI to ES modules (#27 by @JordanMartinez )
9
8
10
9
New features:
11
10
12
11
Bugfixes:
13
12
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
+
14
20
Other improvements:
15
21
- Added ` purs-tidy ` formatter (#25 by @thomashoneyman )
16
22
Original file line number Diff line number Diff line change 17
17
" package.json"
18
18
],
19
19
"dependencies" : {
20
- "purescript-effect" : " master "
20
+ "purescript-effect" : " ^4.0.0 "
21
21
},
22
22
"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 "
26
26
}
27
27
}
You can’t perform that action at this time.
0 commit comments