diff --git a/CHANGELOG.md b/CHANGELOG.md index daba41a..5db19bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,17 @@ --- +[//]: # (START/v1.4.1) +# v1.4.1 + +## Fixes + * Remove unused packages from devDependencies. {#110} + +## Security + * Update all dependencies and fix security vulnerabilities identified by `npm audit`. Credit and thanks go to @gevalo1 for this contribution. {#109} + +--- + [//]: # (START/v1.4.0) # v1.4.0 diff --git a/package-lock.json b/package-lock.json index 2e4f54f..2243938 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@1password/connect", - "version": "1.4.0", + "version": "1.4.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@1password/connect", - "version": "1.4.0", + "version": "1.4.1", "license": "MIT", "dependencies": { "axios": "^1.6.2", diff --git a/package.json b/package.json index 5137504..cc494e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@1password/connect", - "version": "1.4.0", + "version": "1.4.1", "homepage": "https://1password.com/secrets/", "repository": "https://github.com/1Password/connect-sdk-js", "description": "JavaScript/Typescript SDK for 1Password Connect",