diff --git a/CHANGELOG.md b/CHANGELOG.md index ae40ab2..811f23a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [2.11.0](https://github.com/Enigmatis/polaris/compare/v2.10.0...v2.11.0) (2019-05-23) + + +### Features + +* **scalars:** add date scalar ([7bed910](https://github.com/Enigmatis/polaris/commit/7bed910)) +* **scalars:** add date scalar ([1a7af81](https://github.com/Enigmatis/polaris/commit/1a7af81)) + # [2.10.0](https://github.com/Enigmatis/polaris/compare/v2.9.1...v2.10.0) (2019-04-28) diff --git a/package-lock.json b/package-lock.json index 14b2a9d..13ddf07 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@enigmatis/polaris", - "version": "2.10.0", + "version": "2.11.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 560f688..7d46845 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@enigmatis/polaris", - "version": "2.10.0", + "version": "2.11.0", "description": "An express graphql js engine", "main": "./dist/src/main.js", "types": "./dist/src/main.d.ts",