diff --git a/CHANGELOG.md b/CHANGELOG.md index e11f904..480accb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [2.1.4-develop.2](https://github.com/cheqd/did-registrar/compare/2.1.4-develop.1...2.1.4-develop.2) (2024-08-20) + +### Bug Fixes + +* Fix eslint error ([#322](https://github.com/cheqd/did-registrar/issues/322)) ([8a9f737](https://github.com/cheqd/did-registrar/commit/8a9f737680f222f758a2edf98f4de9a571e09c6f)) + ## [2.1.4-develop.1](https://github.com/cheqd/did-registrar/compare/2.1.3...2.1.4-develop.1) (2024-08-20) ## [2.1.3](https://github.com/cheqd/did-registrar/compare/2.1.2...2.1.3) (2024-04-24) diff --git a/package.json b/package.json index e919e25..29351d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cheqd/did-registrar", - "version": "2.1.4-develop.1", + "version": "2.1.4-develop.2", "description": "Universal Registrar for cheqd DID method", "homepage": "https://github.com/cheqd/did-registrar#readme", "license": "Apache-2.0",