Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 2.20.0 #354

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [2.20.0](https://github.com/bgd-labs/aave-address-book/compare/v2.19.0...v2.20.0) (2024-02-18)


### Features

* add eur aggregators and pyUSd ([#360](https://github.com/bgd-labs/aave-address-book/issues/360)) ([4050131](https://github.com/bgd-labs/aave-address-book/commit/4050131e6b80c508d42c37b53fb959ac1d08571f))
* generate tokenlist alongside the repo ([#353](https://github.com/bgd-labs/aave-address-book/issues/353)) ([a1a60f6](https://github.com/bgd-labs/aave-address-book/commit/a1a60f64487e1afbc6390242b1cc10bab131d1b9))


### Bug Fixes

* add favicon w/transparent bg ([#363](https://github.com/bgd-labs/aave-address-book/issues/363)) ([80447d8](https://github.com/bgd-labs/aave-address-book/commit/80447d84334c4a5185fc4f5d55e17f99a1c9f8c4))
* remove arbitrum goerli ([#361](https://github.com/bgd-labs/aave-address-book/issues/361)) ([179f064](https://github.com/bgd-labs/aave-address-book/commit/179f06464c503b39b6715b4382ca4270677ba099))
* skip update if no changes ([594087e](https://github.com/bgd-labs/aave-address-book/commit/594087e2857b6be3d71361e270b341812e7b5ba6))

## [2.19.0](https://github.com/bgd-labs/aave-address-book/compare/v2.18.1...v2.19.0) (2024-01-30)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bgd-labs/aave-address-book",
"version": "2.19.0",
"version": "2.20.0",
"description": "This repository contains an up-to-date registry of all addresses of the Aave ecosystem's smart contracts, for its usage in Solidity codebases.",
"private": false,
"files": [
Expand Down