diff --git a/.changeset/blue-pumpkins-fix.md b/.changeset/blue-pumpkins-fix.md deleted file mode 100644 index f60b9c544..000000000 --- a/.changeset/blue-pumpkins-fix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@exactly/protocol": patch ---- - -✨ price-feeds: add pool-based feed diff --git a/.changeset/dull-comics-give.md b/.changeset/dull-comics-give.md deleted file mode 100644 index d00a6c101..000000000 --- a/.changeset/dull-comics-give.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@exactly/protocol": patch ---- - -✨ airdrop: stream `EXA` to eligible accounts diff --git a/.changeset/ninety-lions-occur.md b/.changeset/ninety-lions-occur.md deleted file mode 100644 index 79c6b8b63..000000000 --- a/.changeset/ninety-lions-occur.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@exactly/protocol": patch ---- - -🚀 optimism: deploy airdrop contract diff --git a/.changeset/proud-bikes-smash.md b/.changeset/proud-bikes-smash.md deleted file mode 100644 index 5f8447bfe..000000000 --- a/.changeset/proud-bikes-smash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@exactly/protocol": patch ---- - -🍱 airdrop: add json with accounts and amounts diff --git a/.changeset/sour-suns-change.md b/.changeset/sour-suns-change.md deleted file mode 100644 index fc0cf9930..000000000 --- a/.changeset/sour-suns-change.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@exactly/protocol": patch ---- - -🚀 optimism: deploy `EXA` price feed diff --git a/.changeset/tidy-kiwis-sin.md b/.changeset/tidy-kiwis-sin.md deleted file mode 100644 index b325a4214..000000000 --- a/.changeset/tidy-kiwis-sin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@exactly/protocol": patch ---- - -🚀 optimism: deploy `EXA` diff --git a/CHANGELOG.md b/CHANGELOG.md index 945000d71..21d0a7fed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # @exactly/protocol +## 0.2.15 + +### Patch Changes + +- 34d960c: ✨ price-feeds: add pool-based feed +- 0fa8b19: ✨ airdrop: stream `EXA` to eligible accounts +- a1b3de9: 🚀 optimism: deploy airdrop contract +- 8f55002: 🍱 airdrop: add json with accounts and amounts +- 0558b53: 🚀 optimism: deploy `EXA` price feed +- 29f06ef: 🚀 optimism: deploy `EXA` + ## 0.2.14 ### Patch Changes diff --git a/package.json b/package.json index a5eea30e7..d4c43bab4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@exactly/protocol", - "version": "0.2.14", + "version": "0.2.15", "license": "BUSL-1.1", "homepage": "https://exact.ly", "repository": "github:exactly/protocol",