Skip to content

Commit

Permalink
Merge pull request #53 from 1Password/release/v1.1.0
Browse files Browse the repository at this point in the history
Prepare Release - v1.1.0
  • Loading branch information
edif2008 authored May 18, 2022
2 parents 3bdfa45 + 766485a commit 09bddd7
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,21 @@

---

[//]: # (START/v1.1.0)
# v1.1.0

## Features
* Field recipe now supports a set of characters that should be excluded when generating a password. This is achieved with the `excludeCharacters` property (requires Connect `v1.4.0` or later). {#43}

## Fixes
* The SDK now works properly when used with [ncc](https://github.com/vercel/ncc)(#52)

## Security
* Add shell escaping to GitHub Action to avoid command injection. (#51)
* 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.5)
# v1.0.5

Expand Down
2 changes: 1 addition & 1 deletion 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.0.5",
"version": "1.1.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 09bddd7

Please sign in to comment.