diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a1148a..c08f119 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.0.0-next.38](https://github.com/getmeli/meli/compare/v1.0.0-next.37...v1.0.0-next.38) (2020-12-10) + + +### Bug Fixes + +* site name index should be 1, not text ([33d2948](https://github.com/getmeli/meli/commit/33d294898d1d7a1e07fc37287174bca84a98718e)) + # [1.0.0-next.37](https://github.com/getmeli/meli/compare/v1.0.0-next.36...v1.0.0-next.37) (2020-12-10) diff --git a/LICENSE b/LICENSE index 697f919..73f13a8 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.37 +Licensed Work: Meli 1.0.0-next.38 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 f602810..b99174d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@skipper/core", - "version": "1.0.0-next.37", + "version": "1.0.0-next.38", "private": true, "description": "", "main": "src/index.js",