Skip to content

Commit

Permalink
chore(main): release 0.20.0 (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
zakodium-bot committed Dec 21, 2023
1 parent 1b37226 commit 4a45139
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.20.0](https://github.com/zakodium/adonis-apollo/compare/v0.19.0...v0.20.0) (2023-12-21)


### Features

* add support for IoC in resolvers defined as classes ([#52](https://github.com/zakodium/adonis-apollo/issues/52)) ([1b37226](https://github.com/zakodium/adonis-apollo/commit/1b37226d87f6db7998a3b9f4fb30ddb0fecb593c))

## [0.19.0](https://github.com/zakodium/adonis-apollo/compare/v0.18.0...v0.19.0) (2023-07-21)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adonis-apollo",
"version": "0.19.0",
"version": "0.20.0",
"description": "Apollo GraphQL server for AdonisJs",
"main": "./lib/providers/ApolloProvider.js",
"types": "./lib/adonis-typings/index.d.ts",
Expand Down

0 comments on commit 4a45139

Please sign in to comment.