Skip to content

Commit e34d7ac

Browse files
committed
docs: roll v5.0.6
1 parent e39a0ec commit e34d7ac

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Common Changelog](https://common-changelog.org/), and this project adheres to
66
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
[5.0.6]: https://github.com/PaulRBerg/prb-contracts/compare/v5.0.5...v5.0.6
89
[5.0.5]: https://github.com/PaulRBerg/prb-contracts/compare/v5.0.4...v5.0.5
910
[5.0.4]: https://github.com/PaulRBerg/prb-contracts/compare/v5.0.3...v5.0.4
1011
[5.0.3]: https://github.com/PaulRBerg/prb-contracts/compare/v5.0.2...v5.0.3
@@ -18,6 +19,18 @@ The format is based on [Common Changelog](https://common-changelog.org/), and th
1819
[3.8.1]: https://github.com/PaulRBerg/prb-contracts/compare/v3.8.0...v3.8.1
1920
[3.8.0]: https://github.com/PaulRBerg/prb-contracts/releases/tag/v3.8.0
2021

22+
## [5.0.6] - 2023-04-13
23+
24+
### Changed
25+
26+
- Bump submodules (@PaulRBerg)
27+
- Bump Node.js dependencies (@PaulRBerg)
28+
- Improve writing in comments (@PaulRBerg)
29+
30+
### Removed
31+
32+
- Remove `rimraf` Node.js dependency (@PaulRBerg)
33+
2134
## [5.0.5] - 2023-03-17
2235

2336
### Removed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@prb/contracts",
33
"description": "Off-the-shelf Solidity smart contracts",
4-
"version": "5.0.5",
4+
"version": "5.0.6",
55
"author": {
66
"name": "Paul Razvan Berg",
77
"url": "https://github.com/PaulRBerg"

0 commit comments

Comments
 (0)