Skip to content

Commit

Permalink
chore(release): 2.20.2 [skip ci]
Browse files Browse the repository at this point in the history
## [2.20.2](2.20.1...2.20.2) (2024-05-20)

### Bug Fixes

* Fix unauthorized api for logged in user [DEV-3870] ([#534](#534)) ([dc0fc8a](dc0fc8a))
  • Loading branch information
semantic-release-bot committed May 20, 2024
1 parent 086d208 commit 943f8c4
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

## [2.20.2](https://github.com/cheqd/credential-service/compare/2.20.1...2.20.2) (2024-05-20)


### Bug Fixes

* Fix unauthorized api for logged in user [DEV-3870] ([#534](https://github.com/cheqd/credential-service/issues/534)) ([dc0fc8a](https://github.com/cheqd/credential-service/commit/dc0fc8abf98caf235387e4e6ce2977cc1b9d87c1))

## [2.20.2-develop.1](https://github.com/cheqd/credential-service/compare/2.20.1...2.20.2-develop.1) (2024-04-29)


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": "@cheqd/credential-service",
"version": "2.20.2-develop.1",
"version": "2.20.2",
"description": "cheqd Credential Service Backend",
"source": "src/index.ts",
"main": "dist/index.js",
Expand Down

0 comments on commit 943f8c4

Please sign in to comment.