From 71e746c357682637b22ecd39d1a44d7c5c01cf38 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 17 Oct 2020 14:14:02 +0300 Subject: [PATCH] chore(release): @ucast/mongo@2.3.2 [skip ci] --- packages/mongo/CHANGELOG.md | 7 +++++++ packages/mongo/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/mongo/CHANGELOG.md b/packages/mongo/CHANGELOG.md index eab306c..7248eea 100644 --- a/packages/mongo/CHANGELOG.md +++ b/packages/mongo/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [2.3.2](https://github.com/stalniy/ucast/compare/@ucast/mongo@2.3.1...@ucast/mongo@2.3.2) (2020-10-17) + + +### Bug Fixes + +* **README:** updates outdated docs ([550a08e](https://github.com/stalniy/ucast/commit/550a08ec1b0d0cd71b9ef432757cbc80aad88965)) + ## [2.3.1](https://github.com/stalniy/ucast/compare/@ucast/mongo@2.3.0...@ucast/mongo@2.3.1) (2020-08-24) diff --git a/packages/mongo/package.json b/packages/mongo/package.json index 76416a7..e8a9a5b 100644 --- a/packages/mongo/package.json +++ b/packages/mongo/package.json @@ -1,6 +1,6 @@ { "name": "@ucast/mongo", - "version": "2.3.1", + "version": "2.3.2", "description": "git@github.com:stalniy/ucast.git", "main": "dist/es6c/index.js", "module": "dist/es5m/index.js",