Skip to content

Commit

Permalink
docs: edit typescript entry
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesposito committed Nov 10, 2023
1 parent f58c293 commit bd59a1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `decryptWithKey` method accepts both `EncryptionKey` and `CryptoKey` types as `key` argument ([#49](https://github.com/MetaMask/browser-passworder/pull/49))
- `importKey` method returns a `CryptoKey` when a JWK string is passed, or an `EncryptionKey` when an `ExportedEncryptionKey` string is passed. ([#49](https://github.com/MetaMask/browser-passworder/pull/49))
- `exportKey` method accepts both `EncryptionKey` and `CryptoKey` types as `key` argument, and returns an `ExportedEncryptionKey` for the former and a `JsonWebKey` for the latter. ([#49](https://github.com/MetaMask/browser-passworder/pull/49))
- chore: pin typescript minor version ([#50](https://github.com/MetaMask/browser-passworder/pull/50))
- Pin TypeScript version to `~4.8.4` ([#50](https://github.com/MetaMask/browser-passworder/pull/50))

## [4.1.0]
### Changed
Expand Down

0 comments on commit bd59a1b

Please sign in to comment.