diff --git a/CHANGELOG.md b/CHANGELOG.md index ea63fbb..7a6dbcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# [1.1.0](https://github.com/meemproject/epm/compare/v1.0.5...v1.1.0) (2022-12-23) + + +### Features + +* add GH ribbon ([e81626f](https://github.com/meemproject/epm/commit/e81626f)) +* download abi from bundle page ([87f50d9](https://github.com/meemproject/epm/commit/87f50d9)) +* update sdk / login ([9f5a864](https://github.com/meemproject/epm/commit/9f5a864)) +* upgrade to latest SDK ([79413f8](https://github.com/meemproject/epm/commit/79413f8)) + ## [1.0.5](https://github.com/meemproject/epm/compare/v1.0.4...v1.0.5) (2022-10-07) diff --git a/package.json b/package.json index 476585e..e2e02b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@meemproject/epm", - "version": "1.0.5", + "version": "1.1.0", "author": "Ken Goldfarb", "contributors": [ { @@ -92,4 +92,4 @@ "typechain": "^6.0.2", "typescript": "4.6.3" } -} \ No newline at end of file +}