Skip to content

Commit

Permalink
chore(release): 1.0.0-next.35 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0-next.35](v1.0.0-next.34...v1.0.0-next.35) (2020-12-10)

### Bug Fixes

* missing sparse index option ([1e65d14](1e65d14))
* use sparse index for array fields ([0f037f9](0f037f9))
  • Loading branch information
semantic-release-bot committed Dec 10, 2020
1 parent 0f037f9 commit 16c4e38
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 16c4e38

Please sign in to comment.