diff --git a/CHANGELOG.md b/CHANGELOG.md index 6206308..9a9bde6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.0.0-next.16](https://github.com/getmeli/meli/compare/v1.0.0-next.15...v1.0.0-next.16) (2020-12-05) + + +### Bug Fixes + +* wildcard fallback causes tls errors ([6a612cb](https://github.com/getmeli/meli/commit/6a612cb32ecff1f71ef30bb35b606be70b91a4bc)) + # [1.0.0-next.15](https://github.com/getmeli/meli/compare/v1.0.0-next.14...v1.0.0-next.15) (2020-12-05) diff --git a/LICENSE b/LICENSE index ae6146f..2165152 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.15 +Licensed Work: Meli 1.0.0-next.16 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 f544baa..053d7b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@skipper/core", - "version": "1.0.0-next.15", + "version": "1.0.0-next.16", "private": true, "description": "", "main": "src/index.js",