Skip to content

Commit

Permalink
chore(release): 0.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.4.0](v0.3.0...v0.4.0) (2022-09-14)

### Features

* Add the required schema to the package exposrts ([c3963b4](c3963b4))
* Utilize the cacheHint.scope ([88933ba](88933ba))
  • Loading branch information
semantic-release-bot committed Sep 14, 2022
1 parent bbb9ba2 commit 678008c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit 678008c

Please sign in to comment.