diff --git a/CHANGELOG.md b/CHANGELOG.md index 73506c7..daba41a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,19 @@ --- +[//]: # (START/v1.4.0) +# v1.4.0 + +## Features + * Export the `OPConnect` class to make it consumable for end users. Credit and thanks go to @simhnna for this contribution. {#94} + * Add `getFileContent` and `getFileContentStream` methods to the op-connect client. {#64} + * Add `getFileById` method to the op-connect client. {#63} + +## Security + * Address various security vulnerabilities with package dependencies. {#89, #90, #92, #100, #102, #103, #104} + +--- + [//]: # (START/v1.3.0) # v1.3.0 diff --git a/package-lock.json b/package-lock.json index f28db56..72629ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@1password/connect", - "version": "1.3.0", + "version": "1.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@1password/connect", - "version": "1.3.0", + "version": "1.4.0", "license": "MIT", "dependencies": { "axios": "^0.21.3", diff --git a/package.json b/package.json index 30a6179..f1cd40c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@1password/connect", - "version": "1.3.0", + "version": "1.4.0", "homepage": "https://1password.com/secrets/", "repository": "https://github.com/1Password/connect-sdk-js", "description": "JavaScript/Typescript SDK for 1Password Connect",