Skip to content

Commit

Permalink
Prepare v5.0.0 release (1st PS 0.15.0-compatible release) (#18)
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 33028e6 commit 6b74461
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:

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

Breaking changes:
- Migrate FFI to ES modules (#17 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-nullable": "main",
"purescript-web-events": "master"
"purescript-nullable": "^6.0.0",
"purescript-web-events": "^4.0.0"
}
}

0 comments on commit 6b74461

Please sign in to comment.