diff --git a/CHANGELOG.md b/CHANGELOG.md index 80c1d9ad2..44f37005f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.1.3](https://github.com/uport-project/veramo/compare/v5.1.2...v5.1.3) (2023-03-16) + + +### Bug Fixes + +* **cli:** load server config asynchronously ([#1145](https://github.com/uport-project/veramo/issues/1145)) ([2a0aef1](https://github.com/uport-project/veramo/commit/2a0aef1e1911ffba85c043a878f60d7bc672e86a)), closes [#1144](https://github.com/uport-project/veramo/issues/1144) + + + + + ## [5.1.2](https://github.com/uport-project/veramo/compare/v5.1.1...v5.1.2) (2023-02-25) diff --git a/lerna.json b/lerna.json index 39a7610c7..311f66d11 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "5.1.2", + "version": "5.1.3", "npmClient": "pnpm", "changelog": { "repo": "uport-project/veramo", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index c92dc0ba5..824dbcd71 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.1.3](https://github.com/uport-project/veramo/compare/v5.1.2...v5.1.3) (2023-03-16) + + +### Bug Fixes + +* **cli:** load server config asynchronously ([#1145](https://github.com/uport-project/veramo/issues/1145)) ([2a0aef1](https://github.com/uport-project/veramo/commit/2a0aef1e1911ffba85c043a878f60d7bc672e86a)), closes [#1144](https://github.com/uport-project/veramo/issues/1144) + + + + + ## [5.1.2](https://github.com/uport-project/veramo/compare/v5.1.1...v5.1.2) (2023-02-25) diff --git a/packages/cli/package.json b/packages/cli/package.json index 80129b95a..d4be7f4a0 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "@veramo/cli", "description": "Veramo command line application.", - "version": "5.1.2", + "version": "5.1.3", "exports": { ".": { "types": "./build/cli.d.ts", diff --git a/packages/test-react-app/CHANGELOG.md b/packages/test-react-app/CHANGELOG.md index 35f94eb96..24d0d30ff 100644 --- a/packages/test-react-app/CHANGELOG.md +++ b/packages/test-react-app/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.1.3](https://github.com/uport-project/veramo/compare/v5.1.2...v5.1.3) (2023-03-16) + + +### Bug Fixes + +* **cli:** load server config asynchronously ([#1145](https://github.com/uport-project/veramo/issues/1145)) ([2a0aef1](https://github.com/uport-project/veramo/commit/2a0aef1e1911ffba85c043a878f60d7bc672e86a)), closes [#1144](https://github.com/uport-project/veramo/issues/1144) + + + + + ## [5.1.2](https://github.com/uport-project/veramo/compare/v5.1.1...v5.1.2) (2023-02-25) **Note:** Version bump only for package @veramo/test-react-app diff --git a/packages/test-react-app/package.json b/packages/test-react-app/package.json index e52866f66..fb1356e1b 100644 --- a/packages/test-react-app/package.json +++ b/packages/test-react-app/package.json @@ -1,7 +1,7 @@ { "name": "@veramo/test-react-app", "description": "This package is only meant for testing that veramo core dependencies function in a react environment.", - "version": "5.1.2", + "version": "5.1.3", "private": true, "dependencies": { "@veramo/core": "^5.1.2",