Skip to content

Commit 4825df3

Browse files
Prepare v9.0.0 release (1st PS 0.15.0-compatible release) (#35)
* Update the bower dependencies * Update the changelog
1 parent e636d1d commit 4825df3

File tree

2 files changed

+17
-7
lines changed

2 files changed

+17
-7
lines changed

Diff for: CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ Notable changes to this project are documented in this file. The format is based
44

55
## [Unreleased]
66

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+
717
Breaking changes:
818
- Update project and deps to PureScript v0.15.0 (#34 by @nwolverson, @JordanMartinez, @sigma-andex)
919

Diff for: bower.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
"output"
1313
],
1414
"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"
2222
}
2323
}

0 commit comments

Comments
 (0)