Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ismetkizgin committed May 30, 2024
1 parent e6d4995 commit 9089c12
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@


## 1.1.0 (2024-05-30)


### Features

* create error classes for error management ([70b4733](https://github.com/BrewInteractive/nestjs-hasura-module/commit/70b4733994413e67ce44017bb6911275e9246824))
* create GetAuthorization decorator ([a77ef64](https://github.com/BrewInteractive/nestjs-hasura-module/commit/a77ef64eb8718e61c2dde2ad682f37f5be8b8ba7))
* create hasura http exception filter ([7aab02f](https://github.com/BrewInteractive/nestjs-hasura-module/commit/7aab02f6d7bf6ffb04c7e262003867f805802882))
* create hasura module ([bc70a29](https://github.com/BrewInteractive/nestjs-hasura-module/commit/bc70a290b51be3e4725a1ec842992afeef91cb3a))
* create hasura service ([c550569](https://github.com/BrewInteractive/nestjs-hasura-module/commit/c55056957538a7f44c1daa9b884f6b2866346bc0))
* setup project ([c6579ef](https://github.com/BrewInteractive/nestjs-hasura-module/commit/c6579ef0d71b6cfcf15d79e543e7ae8dc91b70d6))


### Bug Fixes

* fix for hasura service ([c27f608](https://github.com/BrewInteractive/nestjs-hasura-module/commit/c27f608499e0ccb26dee6a1329893d4b0c8a9ffe))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nestjs-hasura-module",
"version": "1.0.0",
"version": "1.1.0",
"private": false,
"description": "",
"author": "Brew",
Expand Down

0 comments on commit 9089c12

Please sign in to comment.