Skip to content

Commit

Permalink
chore(release): 0.8.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.8.0](v0.7.0...v0.8.0) (2022-09-20)

### Features

* Add exports to index ([679b968](679b968))
* Extract creating node-id and parent-field cache keys ([ea6480f](ea6480f))
  • Loading branch information
semantic-release-bot committed Sep 20, 2022
1 parent ea6480f commit 0d04948
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.8.0](https://github.com/Otard95/apollo-cache-field-resolver/compare/v0.7.0...v0.8.0) (2022-09-20)


### Features

* Add exports to index ([679b968](https://github.com/Otard95/apollo-cache-field-resolver/commit/679b96883596a0b222e7b36fea95e9e51c28e8b7))
* Extract creating node-id and parent-field cache keys ([ea6480f](https://github.com/Otard95/apollo-cache-field-resolver/commit/ea6480fe79ae9ccbbf91a7a15b02cb6be17a3aa5))

# [0.7.0](https://github.com/Otard95/apollo-cache-field-resolver/compare/v0.6.0...v0.7.0) (2022-09-16)


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.7.0",
"version": "0.8.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 0d04948

Please sign in to comment.