diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b65395..f7220cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 1.2.8 (2020-07-24) + +* CFG Added vscode settings and dependabot config ([bbce463](https://github.com/Devorein/mongql/commit/bbce463)) +* DOC Added documentation for new mutation config ([1558a10](https://github.com/Devorein/mongql/commit/1558a10)) +* FEAT Added powerful mutation configs ([09525cd](https://github.com/Devorein/mongql/commit/09525cd)) +* VER 1.2.8 ([4ddb99a](https://github.com/Devorein/mongql/commit/4ddb99a)) + + + ## 1.2.6 (2020-07-23) * CFG Added *.tgz to .npmignore and .gitignore ([6582480](https://github.com/Devorein/mongql/commit/6582480)) diff --git a/package-lock.json b/package-lock.json index ea4d2c0..946e770 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,8 +1,6 @@ { "name": "mongql", - "version": "1.2.8", - "lockfileVersion": 1, - "requires": true, + "version": "1.2.9", "dependencies": { "@ardatan/aggregate-error": { "version": "0.0.1", @@ -15511,5 +15509,7 @@ "decamelize": "^1.2.0" } } - } + }, + "lockfileVersion": 1, + "requires": true } diff --git a/package.json b/package.json index 2405f9e..3785230 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mongql", - "version": "1.2.8", + "version": "1.2.9", "description": "Create graphql Schema from mongoose Schema", "keywords": [ "codegen",