Skip to content

Commit

Permalink
docs: roll v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulRBerg committed Mar 10, 2023
1 parent 5238f56 commit bdbc3c0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file.

The format is based on [Common Changelog](https://common-changelog.org/).

[0.5.1]: https://github.com/paulrberg/prb-math/compare/v0.5.0...v0.5.1
[0.5.0]: https://github.com/paulrberg/prb-math/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/paulrberg/prb-math/compare/v0.3.1...v0.4.0
[0.3.1]: https://github.com/paulrberg/prb-math/compare/v0.3.0...v0.3.1
Expand All @@ -15,6 +16,12 @@ The format is based on [Common Changelog](https://common-changelog.org/).
[0.1.1]: https://github.com/paulrberg/prb-math/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/PaulRBerg/prb-test/releases/tag/v0.1.0

## [0.5.1] - 2023-03-10

### Added

- Add simple `expectEmit` variants ([#22](https://github.com/PaulRBerg/prb-test/pull/22)) (@PaulRBerg)

## [0.5.0] - 2023-03-01

### Changed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@prb/test",
"description": "Modern collection of testing assertions and logging utilities for Solidity",
"version": "0.5.0",
"version": "0.5.1",
"author": {
"name": "Paul Razvan Berg",
"url": "https://github.com/PaulRBerg"
Expand Down

0 comments on commit bdbc3c0

Please sign in to comment.