Skip to content

Commit

Permalink
chore(main): release 4.0.0 (#627)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Oct 10, 2024
1 parent cf71df4 commit 98ba293
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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.

## [4.0.0](https://github.com/bgd-labs/aave-address-book/compare/v3.7.0...v4.0.0) (2024-10-10)


### ⚠ BREAKING CHANGES

* The eMode exports on the js side now contain the full eMode configuration with the decoded bitmaps. Abis are exported via /abis to no longer mix with the addresses. Removing tokenlist from ts exports as there's no good reason to use it from here (integrations work with the toplevel json)

### Features

* ts eModes exports ([#629](https://github.com/bgd-labs/aave-address-book/issues/629)) ([4f47411](https://github.com/bgd-labs/aave-address-book/commit/4f474115b1086dc2992adf7f96330b6dbfcd3618))


### Bug Fixes

* add v3.2 config engine ([#632](https://github.com/bgd-labs/aave-address-book/issues/632)) ([cf71df4](https://github.com/bgd-labs/aave-address-book/commit/cf71df41dade698e3ec3ee6aa40f51580994f8eb))
* previous fixes were for release ci, this one for cron ci ([#626](https://github.com/bgd-labs/aave-address-book/issues/626)) ([1296c81](https://github.com/bgd-labs/aave-address-book/commit/1296c81943aaa0e2b8d602e383abf116fd3b349f))

## [3.7.0](https://github.com/bgd-labs/aave-address-book/compare/v3.6.0...v3.7.0) (2024-10-08)


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": "3.7.0",
"version": "4.0.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

0 comments on commit 98ba293

Please sign in to comment.