Skip to content

Commit

Permalink
Prepare v4.0.0 release (1st PS 0.15.0-compatible release) (#13)
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 6581500 commit 9d37be7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 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:

## [v4.0.0](https://github.com/purescript-web/purescript-web-socket/releases/tag/v4.0.0) - 2022-04-27

Breaking changes:
- Migrate FFI to ES modules (#12 by @JordanMartinez)

Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"package.json"
],
"dependencies": {
"purescript-arraybuffer-types": "main",
"purescript-web-file": "master"
"purescript-arraybuffer-types": "^3.0.2",
"purescript-web-file": "^4.0.0"
}
}

0 comments on commit 9d37be7

Please sign in to comment.