Skip to content

Commit

Permalink
chore(release): @ucast/[email protected] [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Aug 8, 2020
1 parent 6d3f224 commit 658e1f0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions packages/mongo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@ucast/[email protected]) (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/[email protected]...@ucast/[email protected]) (2020-07-23)


Expand Down
2 changes: 1 addition & 1 deletion packages/mongo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ucast/mongo",
"version": "1.0.2",
"version": "1.1.0",
"description": "[email protected]:stalniy/ucast.git",
"main": "dist/es6c/index.js",
"module": "dist/es5m/index.js",
Expand Down

0 comments on commit 658e1f0

Please sign in to comment.