From c0d853e80fad02e4f36864c1680e97da1186a3ed Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 10 Dec 2020 11:22:16 +0000 Subject: [PATCH] chore(release): 1.0.0-next.33 [skip ci] # [1.0.0-next.33](https://github.com/getmeli/meli/compare/v1.0.0-next.32...v1.0.0-next.33) (2020-12-10) ### Bug Fixes * more indexes causing issues ([dc384c1](https://github.com/getmeli/meli/commit/dc384c1d35b92c8e1f8e4b02db95b5b52d8d0f6c)) --- CHANGELOG.md | 7 +++++++ LICENSE | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b501f3..76b0717 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.0.0-next.33](https://github.com/getmeli/meli/compare/v1.0.0-next.32...v1.0.0-next.33) (2020-12-10) + + +### Bug Fixes + +* more indexes causing issues ([dc384c1](https://github.com/getmeli/meli/commit/dc384c1d35b92c8e1f8e4b02db95b5b52d8d0f6c)) + # [1.0.0-next.32](https://github.com/getmeli/meli/compare/v1.0.0-next.31...v1.0.0-next.32) (2020-12-10) diff --git a/LICENSE b/LICENSE index 7dc6b54..a4efc57 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.32 +Licensed Work: Meli 1.0.0-next.33 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 c9846b7..368dd15 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@skipper/core", - "version": "1.0.0-next.32", + "version": "1.0.0-next.33", "private": true, "description": "", "main": "src/index.js",