File tree 2 files changed +17
-7
lines changed
2 files changed +17
-7
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,16 @@ Notable changes to this project are documented in this file. The format is based
4
4
5
5
## [ Unreleased]
6
6
7
+ Breaking changes:
8
+
9
+ New features:
10
+
11
+ Bugfixes:
12
+
13
+ Other improvements:
14
+
15
+ ## [ v9.0.0] ( https://github.com/purescript-node/purescript-node-process/releases/tag/v9.0.0 ) - 2022-04-27
16
+
7
17
Breaking changes:
8
18
- Update project and deps to PureScript v0.15.0 (#34 by @nwolverson , @JordanMartinez , @sigma-andex )
9
19
Original file line number Diff line number Diff line change 12
12
" output"
13
13
],
14
14
"dependencies" : {
15
- "purescript-effect" : " master " ,
16
- "purescript-foreign-object" : " master " ,
17
- "purescript-maybe" : " master " ,
18
- "purescript-node-streams" : " master " ,
19
- "purescript-posix-types" : " master " ,
20
- "purescript-prelude" : " master " ,
21
- "purescript-unsafe-coerce" : " master "
15
+ "purescript-effect" : " ^4.0.0 " ,
16
+ "purescript-foreign-object" : " ^4.0.0 " ,
17
+ "purescript-maybe" : " ^6.0.0 " ,
18
+ "purescript-node-streams" : " ^6.0.0 " ,
19
+ "purescript-posix-types" : " ^6.0.0 " ,
20
+ "purescript-prelude" : " ^6.0.0 " ,
21
+ "purescript-unsafe-coerce" : " ^6.0.0 "
22
22
}
23
23
}
You can’t perform that action at this time.
0 commit comments