Skip to content

Commit

Permalink
chore(release): 2.14.0 [skip ci]
Browse files Browse the repository at this point in the history
## [2.14.0](2.13.0...2.14.0) (2023-12-26)

### Features

* Add key/import api [DEV-3486] ([#448](#448)) ([e6fcece](e6fcece))

### Bug Fixes

* Bump package version ([3ff8db5](3ff8db5))
* Fix CHANGELOG ([d9ed09f](d9ed09f))
* Fix CHANGELOG ([0783367](0783367))
* Move payloads to e2e folder ([#452](#452)) ([a20e80d](a20e80d))
  • Loading branch information
semantic-release-bot committed Dec 26, 2023
1 parent d9ed09f commit d7256f4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [2.14.0](https://github.com/cheqd/credential-service/compare/2.13.0...2.14.0) (2023-12-26)


### Features

* Add key/import api [DEV-3486] ([#448](https://github.com/cheqd/credential-service/issues/448)) ([e6fcece](https://github.com/cheqd/credential-service/commit/e6fceced31dc1f752b9ebde9aa00a4bde8b07d9f))


### Bug Fixes

* Bump package version ([3ff8db5](https://github.com/cheqd/credential-service/commit/3ff8db5ae796edf5bab45b6b61ffba655709bb9d))
* Fix CHANGELOG ([d9ed09f](https://github.com/cheqd/credential-service/commit/d9ed09f90030ec95d5944699dcac75fe698d83e9))
* Fix CHANGELOG ([0783367](https://github.com/cheqd/credential-service/commit/07833678794729ca409af802a2c58a34a3e3461d))
* Move payloads to e2e folder ([#452](https://github.com/cheqd/credential-service/issues/452)) ([a20e80d](https://github.com/cheqd/credential-service/commit/a20e80d118cc9478d633a601a64f8e77b726aa37))

## [2.12.0](https://github.com/cheqd/credential-service/compare/2.11.0...2.12.0) (2023-12-20)


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

0 comments on commit d7256f4

Please sign in to comment.