Skip to content

Commit

Permalink
fix: peer dep version for "mathjs"
Browse files Browse the repository at this point in the history
docs: roll v2.4.3
  • Loading branch information
PaulRBerg committed Feb 2, 2022
1 parent 51caf2a commit 8cb5b77
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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.3] - 2022-02-02

### Fixed

- Peer dependency version for `mathjs`.

## [2.4.2] - 2022-02-02

### Changed
Expand Down Expand Up @@ -188,6 +194,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

- First release of the library.

[2.4.3]: https://github.com/hifi-finance/prb-math/compare/[email protected]@2.4.3
[2.4.2]: https://github.com/hifi-finance/prb-math/compare/[email protected]@2.4.2
[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
Expand Down
6 changes: 3 additions & 3 deletions 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.2",
"version": "2.4.3",
"author": {
"name": "Paul Razvan Berg",
"url": "https://paulrberg.com"
Expand Down Expand Up @@ -89,7 +89,7 @@
"peerDependencies": {
"@ethersproject/bignumber": "5.x",
"evm-bn": "1.x",
"mathjs": "9.x"
"mathjs": "10.x"
},
"publishConfig": {
"access": "public"
Expand All @@ -115,7 +115,7 @@
"lint": "yarn lint:contracts && yarn lint:ts && yarn prettier:check",
"lint:contracts": "solhint --config ./.solhint.json --ignore-path ./.solhintignore --max-warnings 0 \"contracts/**/*.sol\"",
"lint:ts": "eslint --config ./.eslintrc.yaml --ignore-path ./.eslintignore --ext .js,.ts .",
"postinstall": "husky install",
"_postinstall": "husky install",
"postpublish": "pinst --enable",
"prepack": "yarn build",
"prepublishOnly": "pinst --disable",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12301,7 +12301,7 @@ fsevents@~2.1.1:
peerDependencies:
"@ethersproject/bignumber": 5.x
evm-bn: 1.x
mathjs: 9.x
mathjs: 10.x
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 8cb5b77

Please sign in to comment.