Skip to content

Commit

Permalink
chore(main): release 0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zakodium-bot authored and stropitek committed Jan 9, 2024
1 parent ee27363 commit 129cd61
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.21.0](https://github.com/zakodium/adonis-apollo/compare/v0.20.0...v0.21.0) (2024-01-09)


### Features

* provide another way of creating the formatError handler which enables importing IoC dependencies ([#56](https://github.com/zakodium/adonis-apollo/issues/56)) ([ee27363](https://github.com/zakodium/adonis-apollo/commit/ee27363853ac0a6ea36d478dd489eed6724f350a))

## [0.20.0](https://github.com/zakodium/adonis-apollo/compare/v0.19.0...v0.20.0) (2023-12-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.20.0",
"version": "0.21.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 129cd61

Please sign in to comment.