diff --git a/CHANGELOG.md b/CHANGELOG.md index aa2ead9..a0a42f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,13 +5,24 @@ * A user-friendly description of a new feature. {issue-number} ## Fixes - * The field `TypeEnum.Totp` now points to the correct value. {#40} + * A user-friendly description of a fix. {issue-number} ## Security * A user-friendly description of a security fix. {issue-number} --- +[//]: # (START/v1.0.5) +# v1.0.5 + +## Fixes + * The field `TypeEnum.Totp` now points to the correct value. {#40} + +## Security + * Updated some dependencies of this SDK that have open security advisories. Issues found in those dependencies do not directly impact this SDK. + +--- + [//]: # (START/v1.0.4) # v1.0.4 diff --git a/package-lock.json b/package-lock.json index 4510e6e..ae38e61 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@1password/connect", - "version": "1.0.4", + "version": "1.0.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@1password/connect", - "version": "1.0.4", + "version": "1.0.5", "license": "MIT", "dependencies": { "axios": "^0.21.3", diff --git a/package.json b/package.json index c35286c..2560888 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@1password/connect", - "version": "1.0.4", + "version": "1.0.5", "homepage": "https://1password.com/secrets/", "repository": "https://github.com/1Password/connect-sdk-js", "description": "JavaScript/Typescript SDK for 1Password Connect",