Skip to content

Commit

Permalink
chore(release): 2.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.1.1](2.1.0...2.1.1) (2024-02-22)

### Bug Fixes

* Fix JSON import [DEV-3670] ([#273](#273)) ([08039cb](08039cb))
  • Loading branch information
semantic-release-bot committed Feb 22, 2024
1 parent 0ff4bad commit 7d00aee
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.1](https://github.com/cheqd/did-registrar/compare/2.1.0...2.1.1) (2024-02-22)


### Bug Fixes

* Fix JSON import [DEV-3670] ([#273](https://github.com/cheqd/did-registrar/issues/273)) ([08039cb](https://github.com/cheqd/did-registrar/commit/08039cbe474f986e184ec9b28f5d808cb170fd62))

## [2.1.1-develop.1](https://github.com/cheqd/did-registrar/compare/2.1.0...2.1.1-develop.1) (2024-02-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/did-registrar",
"version": "2.1.1-develop.1",
"version": "2.1.1",
"description": "Universal Registrar for cheqd DID method",
"homepage": "https://github.com/cheqd/did-registrar#readme",
"license": "Apache-2.0",
Expand Down

0 comments on commit 7d00aee

Please sign in to comment.