Skip to content

Commit

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

* Update the changelog
  • Loading branch information
JordanMartinez committed Apr 27, 2022
1 parent c43a063 commit 7be7bd0
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 8 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,17 @@ Notable changes to this project are documented in this file. The format is based
## [Unreleased]

Breaking changes:

New features:

Bugfixes:

Other improvements:

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

Breaking changes:

- Update project and deps to PureScript v0.15.0 (#46 by @sigma-andex and @JordanMartinez)

New features:
Expand Down
16 changes: 8 additions & 8 deletions bower.json
Expand Up @@ -13,15 +13,15 @@
"url": "https://github.com/purescript-node/purescript-node-buffer.git"
},
"dependencies": {
"purescript-arraybuffer-types": "main",
"purescript-effect": "master",
"purescript-maybe": "master",
"purescript-st": "master",
"purescript-unsafe-coerce": "master"
"purescript-arraybuffer-types": "^3.0.2",
"purescript-effect": "^4.0.0",
"purescript-maybe": "^6.0.0",
"purescript-st": "^6.0.0",
"purescript-unsafe-coerce": "^6.0.0"
},
"devDependencies": {
"purescript-assert": "master",
"purescript-console": "master",
"purescript-foldable-traversable": "master"
"purescript-assert": "^6.0.0",
"purescript-console": "^6.0.0",
"purescript-foldable-traversable": "^6.0.0"
}
}

0 comments on commit 7be7bd0

Please sign in to comment.