Skip to content

Commit

Permalink
update version number and CHANGELOG.md notes
Browse files Browse the repository at this point in the history
  • Loading branch information
dustin-ruetz committed Oct 18, 2023
1 parent 7da0ca1 commit cd4a3be
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit cd4a3be

Please sign in to comment.