diff --git a/.changeset/neat-llamas-cough.md b/.changeset/neat-llamas-cough.md deleted file mode 100644 index 0d419e5b..00000000 --- a/.changeset/neat-llamas-cough.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@soundxyz/sound-protocol": minor ---- - -Sound Edition V1.2, w/ SAM diff --git a/.changeset/purple-dodos-camp.md b/.changeset/purple-dodos-camp.md deleted file mode 100644 index 6e89b5bb..00000000 --- a/.changeset/purple-dodos-camp.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@soundxyz/sound-protocol": patch ---- - -- Replaces mainnet.json & goerli.json with CONTRACT_ADDRESSES -- Fixes incorrect mainnet addresses for merkleDropMinter & rangeEditionMinter diff --git a/CHANGELOG.md b/CHANGELOG.md index 49bc6361..98029588 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # @soundxyz/sound-protocol +## 1.4.0 + +### Minor Changes + +- ada3ba9: Sound Edition V1.2, w/ SAM + +### Patch Changes + +- 141415c: - Replaces mainnet.json & goerli.json with CONTRACT_ADDRESSES + - Fixes incorrect mainnet addresses for merkleDropMinter & rangeEditionMinter + ## 1.3.0 ### Minor Changes diff --git a/package.json b/package.json index 7228eb2d..b96a050f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@soundxyz/sound-protocol", - "version": "1.3.0", + "version": "1.4.0", "homepage": "https://github.com/soundxyz/sound-protocol#readme", "repository": { "type": "git",