diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d3f247..0101b0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.11.0](https://github.com/meemproject/meem-contracts/compare/v1.10.0...v1.11.0) (2022-03-07) + + +### Features + +* clipping of meems ([9de4228](https://github.com/meemproject/meem-contracts/commit/9de4228)) + # [1.10.0](https://github.com/meemproject/meem-contracts/compare/v1.9.2...v1.10.0) (2022-02-06) diff --git a/package.json b/package.json index 4d9400a..08a6d7c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@meemproject/meem-contracts", "private": true, - "version": "1.10.0", + "version": "1.11.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",