-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
49bcdc0
commit 37fb1b3
Showing
2 changed files
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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). | ||
|
||
## [1.10.0] - 2022-08-18 | ||
|
||
### Changed | ||
|
||
- Fix license and broken URLs in README. | ||
|
||
### Fixed | ||
|
||
- Support repaying user debt dust in `depositUnderlyingAndRepayBorrow` function. | ||
|
||
## [1.9.0] - 2022-05-06 | ||
|
||
### Changed | ||
|
@@ -188,6 +198,7 @@ YANKED. | |
|
||
- First release of the package. | ||
|
||
[1.10.0]: https://github.com/hifi-finance/hifi/compare/@hifi/[email protected]...@hifi/[email protected] | ||
[1.9.0]: https://github.com/hifi-finance/hifi/compare/@hifi/[email protected]...@hifi/[email protected] | ||
[1.8.0]: https://github.com/hifi-finance/hifi/compare/@hifi/[email protected]...@hifi/[email protected] | ||
[1.7.1]: https://github.com/hifi-finance/hifi/compare/@hifi/[email protected]...@hifi/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@hifi/proxy-target", | ||
"description": "DSProxy target contract with stateless scripts", | ||
"version": "1.9.0", | ||
"version": "1.10.0", | ||
"author": { | ||
"name": "Hifi", | ||
"email": "[email protected]", | ||
|