Skip to content

Commit

Permalink
Prepare v9.0.0 release (1st PS 0.15.0-compatible release) (#35)
Browse files Browse the repository at this point in the history
* Update the bower dependencies

* Update the changelog
  • Loading branch information
JordanMartinez authored Apr 27, 2022
1 parent e636d1d commit 4825df3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 7 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ Notable changes to this project are documented in this file. The format is based

## [Unreleased]

Breaking changes:

New features:

Bugfixes:

Other improvements:

## [v9.0.0](https://github.com/purescript-node/purescript-node-process/releases/tag/v9.0.0) - 2022-04-27

Breaking changes:
- Update project and deps to PureScript v0.15.0 (#34 by @nwolverson, @JordanMartinez, @sigma-andex)

Expand Down
14 changes: 7 additions & 7 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"output"
],
"dependencies": {
"purescript-effect": "master",
"purescript-foreign-object": "master",
"purescript-maybe": "master",
"purescript-node-streams": "master",
"purescript-posix-types": "master",
"purescript-prelude": "master",
"purescript-unsafe-coerce": "master"
"purescript-effect": "^4.0.0",
"purescript-foreign-object": "^4.0.0",
"purescript-maybe": "^6.0.0",
"purescript-node-streams": "^6.0.0",
"purescript-posix-types": "^6.0.0",
"purescript-prelude": "^6.0.0",
"purescript-unsafe-coerce": "^6.0.0"
}
}

0 comments on commit 4825df3

Please sign in to comment.