diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e5d354..3ddb089 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ VC Verifier Changelog WIP --- +1.7.4 (2023-10-10) +--- + +- fix build node version + 1.7.3 (2023-10-09) --- diff --git a/api/package.json b/api/package.json index 43e9691..e4b73d3 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "vc-verifier", - "version": "1.7.3", + "version": "1.7.4", "description": "The EECC verifier for verifiable credentials which provides an verification API as well as the corresponding UI.", "main": "index.js", "type": "module", diff --git a/frontend/package.json b/frontend/package.json index f7584d9..3466c86 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "verifier_frontend", - "version": "1.7.3", + "version": "1.7.4", "description": "Vue frontend for the EECC vc verifier API", "scripts": { "build": "vue-cli-service build", diff --git a/frontend/src/store/index.js b/frontend/src/store/index.js index a364f95..bf2de32 100644 --- a/frontend/src/store/index.js +++ b/frontend/src/store/index.js @@ -5,7 +5,7 @@ import api from '../api' export default createStore({ state: { - version: '1.7.3', + version: '1.7.4', authentication: undefined, verifiables: [], disclosedCredentials: [],