Skip to content

Commit

Permalink
chore(release): 1.7.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.7.0](v1.6.0...v1.7.0) (2024-12-02)

### Bug Fixes

* πŸ› error handler of AuthService ([c6d19d5](c6d19d5))
* πŸ› return accessToken instead of hard code ([45fb656](45fb656))

### Features

* ✨ Avoid exposing internal error details in exceptions ([71f2c28](71f2c28))
  • Loading branch information
semantic-release-bot committed Dec 2, 2024
1 parent 1c12e3a commit 867a9fe
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [1.7.0](https://github.com/zhumeisongsong/graphql-federation-workspace/compare/v1.6.0...v1.7.0) (2024-12-02)


### Bug Fixes

* πŸ› error handler of AuthService ([c6d19d5](https://github.com/zhumeisongsong/graphql-federation-workspace/commit/c6d19d528ae0ef058e9042230b23cd9432c5edaa))
* πŸ› return accessToken instead of hard code ([45fb656](https://github.com/zhumeisongsong/graphql-federation-workspace/commit/45fb6565767534ea7f8c4019541227a4c3c31f36))


### Features

* ✨ Avoid exposing internal error details in exceptions ([71f2c28](https://github.com/zhumeisongsong/graphql-federation-workspace/commit/71f2c2884547755df4fd44cf42a0af82ada654aa))

# [1.6.0](https://github.com/zhumeisongsong/graphql-federation-workspace/compare/v1.5.0...v1.6.0) (2024-12-02)


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": "@graphql-federation-workspace/source",
"version": "1.6.0",
"version": "1.7.0",
"license": "MIT",
"scripts": {
"commit": "git-cz",
Expand Down

0 comments on commit 867a9fe

Please sign in to comment.