Skip to content

Commit

Permalink
chore(release): 2.2.0 [skip ci]
Browse files Browse the repository at this point in the history
## [2.2.0](2.1.1...2.2.0) (2023-06-08)

### Features

* Implement USE_EXTERNAL_DB toggle [DEV 2630]  ([#233](#233)) ([a023242](a023242))

### Bug Fixes

* External db toggle panic ([#248](#248)) ([a33cd25](a33cd25))
  • Loading branch information
semantic-release-bot committed Jun 8, 2023
1 parent d18c7a8 commit 6ac6387
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [2.2.0](https://github.com/cheqd/credential-service/compare/2.1.1...2.2.0) (2023-06-08)


### Features

* Implement USE_EXTERNAL_DB toggle [DEV 2630] ([#233](https://github.com/cheqd/credential-service/issues/233)) ([a023242](https://github.com/cheqd/credential-service/commit/a02324284de8882447a1eb7c2c246d1f6e3a40b9))


### Bug Fixes

* External db toggle panic ([#248](https://github.com/cheqd/credential-service/issues/248)) ([a33cd25](https://github.com/cheqd/credential-service/commit/a33cd25b7aa17972afd83c64937ed571f4bf1e2b))

## [2.1.1](https://github.com/cheqd/credential-service/compare/2.1.0...2.1.1) (2023-06-05)


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.1.1",
"version": "2.2.0",
"description": "cheqd Credential Service Backend",
"source": "src/index.ts",
"main": "dist/index.js",
Expand Down

0 comments on commit 6ac6387

Please sign in to comment.