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 18, 2020
1 parent a4273a6 commit e553d9a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions packages/mongo2js/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file.

# [1.2.0](https://github.com/stalniy/ucast/compare/@ucast/[email protected]...@ucast/[email protected]) (2020-08-18)


### Features

* **mongo2js:** adds `squire` function for primitives and renames `filter` to `guard` ([683d813](https://github.com/stalniy/ucast/commit/683d81367e60282d0828f5b3e2fe1603c27f8f4e)), closes [#9](https://github.com/stalniy/ucast/issues/9)
* **mongo2js:** adds support for compound operators in primitive mongo query ([a4273a6](https://github.com/stalniy/ucast/commit/a4273a63a9442a130225681cfca75326c9799f42)), closes [#9](https://github.com/stalniy/ucast/issues/9)

## [1.1.1](https://github.com/stalniy/ucast/compare/@ucast/[email protected]...@ucast/[email protected]) (2020-08-11)


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

0 comments on commit e553d9a

Please sign in to comment.