diff --git a/CHANGELOG.md b/CHANGELOG.md index 395a36b..e922ba1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.0.0-next.28](https://github.com/getmeli/meli/compare/v1.0.0-next.27...v1.0.0-next.28) (2020-12-09) + + +### Features + +* update unified image ([4762554](https://github.com/getmeli/meli/commit/4762554f1eef669b389762f416799d6dcbf74d8a)) + # [1.0.0-next.27](https://github.com/getmeli/meli/compare/v1.0.0-next.26...v1.0.0-next.27) (2020-12-09) diff --git a/LICENSE b/LICENSE index 3641227..893ff7d 100644 --- a/LICENSE +++ b/LICENSE @@ -3,7 +3,7 @@ Business Source License 1.1 Parameters Licensor: Charlie Bravo SRL -Licensed Work: Meli 1.0.0-next.27 +Licensed Work: Meli 1.0.0-next.28 The Licensed Work is (c) 2020 Charlie Bravo SRL Additional Use Grant: You may make use of the Licensed Work, provided that you may not use the Licensed Work for a Static Site diff --git a/package.json b/package.json index 7105072..4312459 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@skipper/core", - "version": "1.0.0-next.27", + "version": "1.0.0-next.28", "private": true, "description": "", "main": "src/index.js",