From 16c4e3887c6bbcdcb7e5a035e53cddd1bc1cfcf1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 10 Dec 2020 13:00:50 +0000 Subject: [PATCH] chore(release): 1.0.0-next.35 [skip ci] # [1.0.0-next.35](https://github.com/getmeli/meli/compare/v1.0.0-next.34...v1.0.0-next.35) (2020-12-10) ### Bug Fixes * missing sparse index option ([1e65d14](https://github.com/getmeli/meli/commit/1e65d141fd482d1e064def5a7aaac8d2b342e017)) * use sparse index for array fields ([0f037f9](https://github.com/getmeli/meli/commit/0f037f99cb27f46f9748817d23c7d27b2a7a6e51)) --- CHANGELOG.md | 8 ++++++++ LICENSE | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bacec78..08d673e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [1.0.0-next.35](https://github.com/getmeli/meli/compare/v1.0.0-next.34...v1.0.0-next.35) (2020-12-10) + + +### Bug Fixes + +* missing sparse index option ([1e65d14](https://github.com/getmeli/meli/commit/1e65d141fd482d1e064def5a7aaac8d2b342e017)) +* use sparse index for array fields ([0f037f9](https://github.com/getmeli/meli/commit/0f037f99cb27f46f9748817d23c7d27b2a7a6e51)) + # [1.0.0-next.34](https://github.com/getmeli/meli/compare/v1.0.0-next.33...v1.0.0-next.34) (2020-12-10) diff --git a/LICENSE b/LICENSE index 005acca..c9a2556 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.34 +Licensed Work: Meli 1.0.0-next.35 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 9ba419e..13c01d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@skipper/core", - "version": "1.0.0-next.34", + "version": "1.0.0-next.35", "private": true, "description": "", "main": "src/index.js",