From 4cebe8c5f139dd1772b8a4d264f25a83ca3d0975 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 17 Feb 2019 16:26:42 +0000 Subject: [PATCH] chore(release): 1.2.0 [skip ci] # [1.2.0](https://github.com/Enigmatis/mongo-driver/compare/v1.1.0...v1.2.0) (2019-02-17) ### Features * **package:** polaris now is peer dependency ([9d75a8d](https://github.com/Enigmatis/mongo-driver/commit/9d75a8d)) * **utills:** support [@enigmatis](https://github.com/enigmatis)/utills ([0f049bb](https://github.com/Enigmatis/mongo-driver/commit/0f049bb)) --- CHANGELOG.md | 8 ++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04bec16..c2fc342 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [1.2.0](https://github.com/Enigmatis/mongo-driver/compare/v1.1.0...v1.2.0) (2019-02-17) + + +### Features + +* **package:** polaris now is peer dependency ([9d75a8d](https://github.com/Enigmatis/mongo-driver/commit/9d75a8d)) +* **utills:** support [@enigmatis](https://github.com/enigmatis)/utills ([0f049bb](https://github.com/Enigmatis/mongo-driver/commit/0f049bb)) + # [1.1.0](https://github.com/Enigmatis/mongo-driver/compare/v1.0.1...v1.1.0) (2019-02-13) diff --git a/package-lock.json b/package-lock.json index e1ecdbe..e183336 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@enigmatis/mongo-driver", - "version": "0.0.0-development", + "version": "1.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5db9f00..df65f6d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@enigmatis/mongo-driver", - "version": "1.1.0", + "version": "1.2.0", "description": "MongoDB driver for @enigmatis/polaris", "main": "./dist/main.js", "types": "./dist/main.d.ts",