Skip to content

Commit

Permalink
Prepare v6.0.0 release (1st PS 0.15.0-compatible release) (#29)
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 dff666d commit f424558
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:

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

Breaking changes:
- Update project and deps to PureScript v0.15.0 (#28 by @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 @@ -16,14 +16,14 @@
"package.json"
],
"devDependencies": {
"purescript-console": "master"
"purescript-console": "^6.0.0"
},
"dependencies": {
"purescript-effect": "master",
"purescript-foreign": "master",
"purescript-node-process": "master",
"purescript-node-streams": "master",
"purescript-options": "main",
"purescript-prelude": "master"
"purescript-effect": "^4.0.0",
"purescript-foreign": "^7.0.0",
"purescript-node-process": "^9.0.0",
"purescript-node-streams": "^6.0.0",
"purescript-options": "^7.0.0",
"purescript-prelude": "^6.0.0"
}
}

0 comments on commit f424558

Please sign in to comment.