Skip to content

Commit

Permalink
chore(release): 2.1.0-develop.2 [skip ci]
Browse files Browse the repository at this point in the history
## [2.1.0-develop.2](2.1.0-develop.1...2.1.0-develop.2) (2023-05-24)

### Features

* Switch back to backend only, split front-end to own repo [DEV-2665] ([#221](#221)) ([168608a](168608a))
  • Loading branch information
semantic-release-bot committed May 24, 2023
1 parent 168608a commit 991fd09
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.1.0-develop.2](https://github.com/cheqd/credential-service/compare/2.1.0-develop.1...2.1.0-develop.2) (2023-05-24)


### Features

* Switch back to backend only, split front-end to own repo [DEV-2665] ([#221](https://github.com/cheqd/credential-service/issues/221)) ([168608a](https://github.com/cheqd/credential-service/commit/168608a67dc53bbb598e805db4d67bb65b12f06a))

## [2.1.0-develop.1](https://github.com/cheqd/credential-service/compare/2.0.0...2.1.0-develop.1) (2023-05-24)


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

0 comments on commit 991fd09

Please sign in to comment.