diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a5218f6b..c3c3678d7 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. +## [3.4.1](https://github.com/uport-project/daf/compare/v3.4.0...v3.4.1) (2020-03-20) + + +### Bug Fixes + +* Bug in findCredentialsByFields ([e9f263a](https://github.com/uport-project/daf/commit/e9f263a45a6b121aef4729bdb45a1be39b753af6)) + + + + + # [3.4.0](https://github.com/uport-project/daf/compare/v3.3.0...v3.4.0) (2020-03-19) diff --git a/lerna.json b/lerna.json index 6b1a3352e..98c18993b 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "3.4.0", + "version": "3.4.1", "packages": [ "packages/*" ], diff --git a/packages/daf-cli/CHANGELOG.md b/packages/daf-cli/CHANGELOG.md index 8f311153a..c2fddb7eb 100644 --- a/packages/daf-cli/CHANGELOG.md +++ b/packages/daf-cli/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.4.1](https://github.com/uport-project/daf/compare/v3.4.0...v3.4.1) (2020-03-20) + +**Note:** Version bump only for package daf-cli + + + + + # [3.4.0](https://github.com/uport-project/daf/compare/v3.3.0...v3.4.0) (2020-03-19) diff --git a/packages/daf-cli/package.json b/packages/daf-cli/package.json index 1bca8af5c..755f14b18 100644 --- a/packages/daf-cli/package.json +++ b/packages/daf-cli/package.json @@ -1,7 +1,7 @@ { "name": "daf-cli", "description": "DAF command line tool", - "version": "3.4.0", + "version": "3.4.1", "main": "build/cli.js", "types": "build/cli.d.ts", "bin": { @@ -16,7 +16,7 @@ "commander": "^4.0.1", "console-table-printer": "^1.1.15", "daf-core": "^3.4.0", - "daf-data-store": "^3.4.0", + "daf-data-store": "^3.4.1", "daf-debug": "^3.4.0", "daf-did-comm": "^3.4.0", "daf-did-jwt": "^3.4.0", @@ -25,7 +25,7 @@ "daf-libsodium": "^3.4.0", "daf-resolver": "^3.0.1", "daf-resolver-universal": "^3.0.1", - "daf-selective-disclosure": "^3.4.0", + "daf-selective-disclosure": "^3.4.1", "daf-trust-graph": "^3.4.0", "daf-url": "^3.4.0", "daf-w3c": "^3.4.0", diff --git a/packages/daf-data-store/CHANGELOG.md b/packages/daf-data-store/CHANGELOG.md index c528035e8..6089da4fd 100644 --- a/packages/daf-data-store/CHANGELOG.md +++ b/packages/daf-data-store/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. +## [3.4.1](https://github.com/uport-project/daf/compare/v3.4.0...v3.4.1) (2020-03-20) + + +### Bug Fixes + +* Bug in findCredentialsByFields ([e9f263a](https://github.com/uport-project/daf/commit/e9f263a45a6b121aef4729bdb45a1be39b753af6)) + + + + + # [3.4.0](https://github.com/uport-project/daf/compare/v3.3.0...v3.4.0) (2020-03-19) **Note:** Version bump only for package daf-data-store diff --git a/packages/daf-data-store/package.json b/packages/daf-data-store/package.json index db5c934e7..32bcd060c 100644 --- a/packages/daf-data-store/package.json +++ b/packages/daf-data-store/package.json @@ -1,7 +1,7 @@ { "name": "daf-data-store", "description": "DID Agent Framework Data Store", - "version": "3.4.0", + "version": "3.4.1", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { diff --git a/packages/daf-selective-disclosure/CHANGELOG.md b/packages/daf-selective-disclosure/CHANGELOG.md index 22a9c9033..de464949d 100644 --- a/packages/daf-selective-disclosure/CHANGELOG.md +++ b/packages/daf-selective-disclosure/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.4.1](https://github.com/uport-project/daf/compare/v3.4.0...v3.4.1) (2020-03-20) + +**Note:** Version bump only for package daf-selective-disclosure + + + + + # [3.4.0](https://github.com/uport-project/daf/compare/v3.3.0...v3.4.0) (2020-03-19) **Note:** Version bump only for package daf-selective-disclosure diff --git a/packages/daf-selective-disclosure/package.json b/packages/daf-selective-disclosure/package.json index a3a643739..dc3a92e98 100644 --- a/packages/daf-selective-disclosure/package.json +++ b/packages/daf-selective-disclosure/package.json @@ -1,7 +1,7 @@ { "name": "daf-selective-disclosure", "description": "DAF selective disclosure", - "version": "3.4.0", + "version": "3.4.1", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { @@ -10,7 +10,7 @@ "dependencies": { "blakejs": "^1.1.0", "daf-core": "^3.4.0", - "daf-data-store": "^3.4.0", + "daf-data-store": "^3.4.1", "daf-did-jwt": "^3.4.0", "debug": "^4.1.1", "did-jwt": "^4.0.0"