From f1cd979898bf870c4bbb897d0caa51dc9206e93b Mon Sep 17 00:00:00 2001 From: fabpulaws Date: Sat, 14 Nov 2020 23:34:01 +0200 Subject: [PATCH] chore(release): 1.4.0 --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 785c7bf..ca79007 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.4.0](https://github.com/faboulaws/fakingoose/compare/v1.3.3...v1.4.0) (2020-11-14) + + +### Features + +* added the tostring option to Decimal128 generator ([f618699](https://github.com/faboulaws/fakingoose/commit/f61869997f5109791d3518660a3ea32f80cf0314)) + + +### Bug Fixes + +* upgrade chance from 1.1.4 to 1.1.5 ([e89e0ad](https://github.com/faboulaws/fakingoose/commit/e89e0ad824712c1bdda787541d1557eac68b031e)) + ### [1.3.3](https://github.com/faboulaws/fakingoose/compare/v1.3.2...v1.3.3) (2020-03-13) ### [1.3.2](https://github.com/faboulaws/fakingoose/compare/v1.3.1...v1.3.2) (2020-03-13) diff --git a/package-lock.json b/package-lock.json index 311c5b4..2c2e63c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "fakingoose", - "version": "1.3.3", + "version": "1.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 28cf9c8..d4bc771 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fakingoose", - "version": "1.3.3", + "version": "1.4.0", "description": "Data mocker for mongoose schema", "repository": { "type": "git",