Skip to content

Commit

Permalink
docs: roll v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulRBerg committed Aug 1, 2023
1 parent e643154 commit 8d76ad6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 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.6.1]: https://github.com/PaulRBerg/prb-test/compare/v0.6.0...v0.6.1
[0.6.0]: https://github.com/PaulRBerg/prb-test/compare/v0.5.7...v0.6.0
[0.5.7]: https://github.com/PaulRBerg/prb-test/compare/v0.5.6...v0.5.7
[0.5.6]: https://github.com/PaulRBerg/prb-test/compare/v0.5.5...v0.5.6
Expand All @@ -23,6 +24,14 @@ The format is based on [Common Changelog](https://common-changelog.org/).
[0.1.1]: https://github.com/PaulRBerg/prb-test/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/PaulRBerg/prb-test/releases/tag/v0.1.0

## [0.6.1] - 2023-08-01

### Added

- Add `CallerMode` enum ([#31](https://github.com/PaulRBerg/prb-test/pull/31)) (@SensationalShubham)
- Add `readCallers` cheat ([#31](https://github.com/PaulRBerg/prb-test/pull/31)) (@SensationalShubham)
- Add `skip` cheat ([#31](https://github.com/PaulRBerg/prb-test/pull/31)) (@SensationalShubham)

## [0.6.0] - 2023-05-28

### 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.6.0",
"version": "0.6.1",
"author": {
"name": "Paul Razvan Berg",
"url": "https://github.com/PaulRBerg"
Expand Down

0 comments on commit 8d76ad6

Please sign in to comment.