diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e64a38..4d629f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [0.4.0](https://github.com/Otard95/apollo-cache-field-resolver/compare/v0.3.0...v0.4.0) (2022-09-14) + + +### Features + +* Add the required schema to the package exposrts ([c3963b4](https://github.com/Otard95/apollo-cache-field-resolver/commit/c3963b4a5e36209411538ce80e61afc4033bbbe8)) +* Utilize the cacheHint.scope ([88933ba](https://github.com/Otard95/apollo-cache-field-resolver/commit/88933ba47ec45d8e45b83c6d1f37e89ae862fdec)) + # [0.3.0](https://github.com/Otard95/apollo-cache-field-resolver/compare/v0.2.4...v0.3.0) (2022-08-17) diff --git a/package-lock.json b/package-lock.json index cddd442..529a60b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "apollo-field-cache-resolver", - "version": "0.3.0", + "version": "0.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "apollo-field-cache-resolver", - "version": "0.3.0", + "version": "0.4.0", "license": "MIT", "devDependencies": { "@commitlint/cli": "13.2.1", diff --git a/package.json b/package.json index 25fce59..ca395dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "apollo-field-cache-resolver", - "version": "0.3.0", + "version": "0.4.0", "description": "A wrapper for your apollo graphql resolvers that uses your cache hints to cache the field", "main": "dist/index.js", "files": [