File tree Expand file tree Collapse file tree 2 files changed +14
-10
lines changed Expand file tree Collapse file tree 2 files changed +14
-10
lines changed Original file line number Diff line number Diff line change @@ -5,14 +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 (#17 by @JordanMartinez )
9
8
10
9
New features:
11
10
12
11
Bugfixes:
13
12
14
13
Other improvements:
15
14
15
+ ## [ v0.4.0] ( https://github.com/purescript-contrib/purescript-github-actions-toolkit/releases/tag/v0.4.0 ) - 2022-04-27
16
+
17
+ Breaking changes:
18
+ - Migrate FFI to ES modules (#17 by @JordanMartinez )
19
+
16
20
## [ v0.3.0] ( https://github.com/purescript-contrib/purescript-github-actions-toolkit/releases/tag/v0.3.0 ) - 2021-04-18
17
21
18
22
Breaking changes:
Original file line number Diff line number Diff line change 14
14
" output"
15
15
],
16
16
"dependencies" : {
17
- "purescript-aff" : " main " ,
18
- "purescript-aff-promise" : " master " ,
19
- "purescript-effect" : " master " ,
20
- "purescript-foreign-object" : " master " ,
21
- "purescript-node-buffer" : " master " ,
22
- "purescript-node-path" : " master " ,
23
- "purescript-node-streams" : " master " ,
24
- "purescript-nullable" : " main " ,
25
- "purescript-transformers" : " master "
17
+ "purescript-aff" : " ^7.0.0 " ,
18
+ "purescript-aff-promise" : " ^4.0.0 " ,
19
+ "purescript-effect" : " ^4.0.0 " ,
20
+ "purescript-foreign-object" : " ^4.0.0 " ,
21
+ "purescript-node-buffer" : " ^8.0.0 " ,
22
+ "purescript-node-path" : " ^5.0.0 " ,
23
+ "purescript-node-streams" : " ^6.0.0 " ,
24
+ "purescript-nullable" : " ^6.0.0 " ,
25
+ "purescript-transformers" : " ^6.0.0 "
26
26
}
27
27
}
You can’t perform that action at this time.
0 commit comments