-
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
85113f1
commit 956c104
Showing
2 changed files
with
13 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,17 @@ 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.1] - 2023-01-04 | ||
|
||
### Changed | ||
|
||
- Upgrade to `solidity-docgen` v0.6.0-beta.8. | ||
- Fix referenced license in README. | ||
|
||
### Fixed | ||
|
||
- Respond to audit finding regarding unlocked pragma (QSP-23). | ||
|
||
## [1.10.0] - 2022-03-29 | ||
|
||
### Changed | ||
|
@@ -189,6 +200,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | |
|
||
- First release of the package. | ||
|
||
[1.10.1]: https://github.com/hifi-finance/hifi/compare/@hifi/[email protected]...@hifi/[email protected] | ||
[1.10.0]: https://github.com/hifi-finance/hifi/compare/@hifi/[email protected]...@hifi/[email protected] | ||
[1.9.1]: 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] | ||
|
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/amm", | ||
"description": "Dedicated AMM for market-making hTokens", | ||
"version": "1.10.0", | ||
"version": "1.10.1", | ||
"author": { | ||
"name": "Hifi", | ||
"email": "[email protected]", | ||
|