Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.0](1.5.1...2.0.0) (2023-04-03)

### ⚠ BREAKING CHANGES

* Add Microservice (#181)

### Features

* Add Microservice ([#181](#181)) ([b08d460](b08d460))
* Add swagger ([#189](#189)) ([3c3ef1b](3c3ef1b))
  • Loading branch information
semantic-release-bot committed Apr 3, 2023
1 parent d12bcad commit 2066d04
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.0.0](https://github.com/cheqd/credential-service/compare/1.5.1...2.0.0) (2023-04-03)


### ⚠ BREAKING CHANGES

* Add Microservice (#181)

### Features

* Add Microservice ([#181](https://github.com/cheqd/credential-service/issues/181)) ([b08d460](https://github.com/cheqd/credential-service/commit/b08d46050ea7d4b8ab0ea928bd1b06864a5db7ee))
* Add swagger ([#189](https://github.com/cheqd/credential-service/issues/189)) ([3c3ef1b](https://github.com/cheqd/credential-service/commit/3c3ef1b06b111169730e61beddf7174b5eabc4ae))

## [2.0.0-develop.3](https://github.com/cheqd/credential-service/compare/2.0.0-develop.2...2.0.0-develop.3) (2023-04-03)

## [2.0.0-develop.2](https://github.com/cheqd/credential-service/compare/2.0.0-develop.1...2.0.0-develop.2) (2023-03-22)
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.3",
"version": "2.0.0",
"description": "cheqd Credential Service Backend",
"source": "src/index.ts",
"main": "dist/index.js",
Expand Down

0 comments on commit 2066d04

Please sign in to comment.