diff --git a/CHANGELOG.md b/CHANGELOG.md index 0101b0d..15f845c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [1.12.0](https://github.com/meemproject/meem-contracts/compare/v1.11.0...v1.12.0) (2022-03-23) + + +### Features + +* reactions and ability to "purchase" a meem ([f90e895](https://github.com/meemproject/meem-contracts/commit/f90e895)) +* unclip ([b35c921](https://github.com/meemproject/meem-contracts/commit/b35c921)) + # [1.11.0](https://github.com/meemproject/meem-contracts/compare/v1.10.0...v1.11.0) (2022-03-07) diff --git a/package.json b/package.json index 08a6d7c..613e4ca 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@meemproject/meem-contracts", "private": true, - "version": "1.11.0", + "version": "1.12.0", "description": "Meems are pieces of digital content wrapped in more advanced dynamic property rights. They are ideas, stories, images -- existing independently from any social platform -- whose creators have set the terms by which others can access, remix, and share in their value.", "author": "Meem Project", "homepage": "https://meem.wtf",