From 658e1f018cab5abe0af1579c4db37820431349c4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 8 Aug 2020 12:32:55 +0300 Subject: [PATCH] chore(release): @ucast/mongo@1.1.0 [skip ci] --- packages/mongo/CHANGELOG.md | 12 ++++++++++++ packages/mongo/package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/packages/mongo/CHANGELOG.md b/packages/mongo/CHANGELOG.md index 5729c4d..986c2ac 100644 --- a/packages/mongo/CHANGELOG.md +++ b/packages/mongo/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. +# [1.1.0](https://github.com/stalniy/ucast/compare/@ucast/mongo@1.0.2...@ucast/mongo@1.1.0) (2020-08-08) + + +### Features + +* **mongo:** adds built-in `$all` instruction for MongoQueryParser ([6d3f224](https://github.com/stalniy/ucast/commit/6d3f224bcba1ef6b875f992752f08d01116bbf9b)) + + +### Performance Improvements + +* **build:** adds es6cjs format which works few times faster then umd in node env ([4adba3b](https://github.com/stalniy/ucast/commit/4adba3bbf85afe95abfbcee0e36b5edc9d09396f)) + ## [1.0.2](https://github.com/stalniy/ucast/compare/@ucast/mongo@1.0.1...@ucast/mongo@1.0.2) (2020-07-23) diff --git a/packages/mongo/package.json b/packages/mongo/package.json index 89a542c..be79fb4 100644 --- a/packages/mongo/package.json +++ b/packages/mongo/package.json @@ -1,6 +1,6 @@ { "name": "@ucast/mongo", - "version": "1.0.2", + "version": "1.1.0", "description": "git@github.com:stalniy/ucast.git", "main": "dist/es6c/index.js", "module": "dist/es5m/index.js",