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
55## [ Unreleased]
66
77Breaking changes:
8- - Migrate FFI to ES modules (#17 by @JordanMartinez )
98
109New features:
1110
1211Bugfixes:
1312
1413Other improvements:
1514
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+
1620## [ v0.3.0] ( https://github.com/purescript-contrib/purescript-github-actions-toolkit/releases/tag/v0.3.0 ) - 2021-04-18
1721
1822Breaking changes:
Original file line number Diff line number Diff line change 1414 " output"
1515 ],
1616 "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 "
2626 }
2727}
You can’t perform that action at this time.
0 commit comments