From b3b9919a87b69726bae29f4e87e39670069713cc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Sep 2021 13:42:39 +0000 Subject: [PATCH] chore: release 1.0.0 --- CHANGELOG.md | 23 +++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 26 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..d3d5e949 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,23 @@ +# Changelog + +## 1.0.0 (2021-09-15) + + +### Features + +* Add helpers for contracts deployments and accessors ([af5788f](https://www.github.com/aave/aave-v3-periphery/commit/af5788f878b6ab30c8398dffd71ec93ceff458e4)) +* Add periphery contracts importing core dependencies ([eefed97](https://www.github.com/aave/aave-v3-periphery/commit/eefed972df7dc54b9940ff4cba85e52fe8d0fa45)) +* Add primary Aave markets ([630fa4b](https://www.github.com/aave/aave-v3-periphery/commit/630fa4b2d743b0f14e759b08e351542bcb8bddf4)) +* Add SelfdsetructTransfer contract ([e87d96e](https://www.github.com/aave/aave-v3-periphery/commit/e87d96e75fce326c20183501d8397b948afe107c)) +* Add test files ([662f8d6](https://www.github.com/aave/aave-v3-periphery/commit/662f8d604ff0851c8a94e680f46569c0ff853f8f)) +* Added workflow files for test during PRs and release-please integration ([80f723e](https://www.github.com/aave/aave-v3-periphery/commit/80f723e30ddf020e756b49bf4d610e9442f791ad)) +* Fix contracts compiler warnings ([0453a47](https://www.github.com/aave/aave-v3-periphery/commit/0453a47d3cb56496f61dd830e36bad20a29d2c10)) + + +### Bug Fixes + +* Fix error on hardhat config ([d77b1d2](https://www.github.com/aave/aave-v3-periphery/commit/d77b1d20e8429368fa1c38c0b0acecd512cfe882)) +* Fix error on verify task ([e09fba1](https://www.github.com/aave/aave-v3-periphery/commit/e09fba189d5b1e262acd224c6aa14c6b8e56de96)) +* move worflows inside .github directory ([8a2e35b](https://www.github.com/aave/aave-v3-periphery/commit/8a2e35b8721310b87d9abe261c53f8dbc390abdf)) +* Refactor test setup ([585c74b](https://www.github.com/aave/aave-v3-periphery/commit/585c74b5f152c8de4a79d774bd462bd6370259f2)) +* Remove `buidler` references ([5bdd96e](https://www.github.com/aave/aave-v3-periphery/commit/5bdd96eb04fb3edac26bd9e0e89cdab55768b44f)) diff --git a/package-lock.json b/package-lock.json index 23b99fac..d2a2e3c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@aave/periphery-v3", - "version": "0.0.1", + "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@aave/periphery-v3", - "version": "0.0.1", + "version": "1.0.0", "license": "AGPLv3", "devDependencies": { "@aave/core-v3": "file:../aave-v3-core", diff --git a/package.json b/package.json index 36ca2beb..d35d1708 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@aave/periphery-v3", - "version": "0.0.1", + "version": "1.0.0", "description": "Aave Protocol V3 periphery smart contracts", "files": [ "contracts",