diff --git a/CHANGELOG.md b/CHANGELOG.md index 89cc607..bd7b45c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [1.0.0-next.10](https://github.com/getmeli/meli/compare/v1.0.0-next.9...v1.0.0-next.10) (2020-12-04) + + +### Bug Fixes + +* only use host part of sites url ([ca2f07a](https://github.com/getmeli/meli/commit/ca2f07a85f1bec89bff313bd196a5ff018282e4f)) +* reconfigure site in caddy on release upload ([d374427](https://github.com/getmeli/meli/commit/d374427f45bce08cbe2869f8e85ad8464fc3a242)) + # [1.0.0-next.9](https://github.com/getmeli/meli/compare/v1.0.0-next.8...v1.0.0-next.9) (2020-12-04) diff --git a/LICENSE b/LICENSE index 25f7de1..54c5977 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.9 +Licensed Work: Meli 1.0.0-next.10 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 662cdb0..07c760a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@skipper/core", - "version": "1.0.0-next.9", + "version": "1.0.0-next.10", "private": true, "description": "", "main": "src/index.js",