Skip to content

Commit

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

### Features

* Add Express router ([#175](#175)) ([4b4f01e](4b4f01e))
* Update refactor code ([#177](#177)) ([fed4b28](fed4b28))
  • Loading branch information
semantic-release-bot committed Mar 17, 2023
1 parent f18b5a5 commit 12c4754
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.5.0](https://github.com/cheqd/credential-service/compare/1.4.4...1.5.0) (2023-03-17)


### Features

* Add Express router ([#175](https://github.com/cheqd/credential-service/issues/175)) ([4b4f01e](https://github.com/cheqd/credential-service/commit/4b4f01e9395dd6d15e073dc6496de08c6797098e))
* Update refactor code ([#177](https://github.com/cheqd/credential-service/issues/177)) ([fed4b28](https://github.com/cheqd/credential-service/commit/fed4b283daa065f3bc11b70d9070819238de09db))

## [1.5.0-develop.4](https://github.com/cheqd/credential-service/compare/1.5.0-develop.3...1.5.0-develop.4) (2023-03-17)

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

0 comments on commit 12c4754

Please sign in to comment.