Skip to content

Commit

Permalink
docs: roll v2.4.1
Browse files Browse the repository at this point in the history
docs: add missing hyperlink for v2.4.0 in CHANGELOG
  • Loading branch information
PaulRBerg committed Oct 27, 2021
1 parent c32c7c1 commit 42f9825
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.4.1] - 2021-10-27

### Changed

- Upgrade to `@ethersproject/bignumber` v5.5.0.

### Fixed

- Set peer dependencies.

## [2.4.0] - 2021-10-20

### Added
Expand Down Expand Up @@ -172,6 +182,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

- First release of the library.

[2.4.1]: https://github.com/hifi-finance/prb-math/compare/[email protected]@2.4.1
[2.4.0]: https://github.com/hifi-finance/prb-math/compare/[email protected]@2.4.0
[2.3.0]: https://github.com/hifi-finance/prb-math/compare/[email protected]@2.3.0
[2.2.0]: https://github.com/hifi-finance/prb-math/compare/[email protected]@2.2.0
[2.1.0]: https://github.com/hifi-finance/prb-math/compare/[email protected]@2.1.0
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-math",
"description": "Smart contract library for advanced fixed-point math",
"version": "2.4.0",
"version": "2.4.1",
"author": {
"name": "Paul Razvan Berg",
"url": "https://paulrberg.com"
Expand Down

0 comments on commit 42f9825

Please sign in to comment.