Skip to content

Commit

Permalink
docs(protocol): roll v1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulRBerg committed Mar 29, 2022
1 parent dc24a37 commit a3a4bfb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions packages/protocol/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ 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).

## [1.10.0] - 2022-03-29

### Changed

- Refactor the directory trees in the generated types.
- Refactor the ethers factories as per the latest typechain output.
- Upgrade to the latest ethers packages.

## [1.9.0] - 2022-03-16

### Changed
Expand Down Expand Up @@ -148,6 +156,7 @@ Versioning](https://semver.org/spec/v2.0.0.html).

- Zero edge case in `getSeizableCollateralAmount` function.

[1.10.0]: https://github.com/hifi-finance/hifi/compare/@hifi/protocol@1.8.2...@hifi/protocol@1.10.0
[1.9.0]: https://github.com/hifi-finance/hifi/compare/@hifi/protocol@1.8.2...@hifi/protocol@1.9.0
[1.8.2]: https://github.com/hifi-finance/hifi/compare/@hifi/protocol@1.8.1...@hifi/protocol@1.8.2
[1.8.1]: https://github.com/hifi-finance/hifi/compare/@hifi/protocol@1.8.0...@hifi/protocol@1.8.1
Expand Down
2 changes: 1 addition & 1 deletion packages/protocol/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hifi/protocol",
"description": "The core Hifi fixed-rate, fixed-term lending protocol",
"version": "1.9.0",
"version": "1.10.0",
"author": {
"name": "Hifi",
"email": "contact@hifi.finance",
Expand Down

0 comments on commit a3a4bfb

Please sign in to comment.