Skip to content

Commit

Permalink
chore: release v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed Sep 1, 2023
1 parent a0f1b6e commit 8b2b363
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@


## [0.9.0](https://github.com/brc-dd/iron-webcrypto/compare/v0.8.2...v0.9.0) (2023-09-01)


### Bug Fixes

* **types:** prevent false ts errors with node webcrypto ([a0f1b6e](https://github.com/brc-dd/iron-webcrypto/commit/a0f1b6eac53a7b591c24f4166aaf6874cbb0c203))

## [0.8.2](https://github.com/brc-dd/iron-webcrypto/compare/v0.8.1...v0.8.2) (2023-08-29)

## [0.8.1](https://github.com/brc-dd/iron-webcrypto/compare/v0.8.0...v0.8.1) (2023-08-29)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Change the package manager to whatever you like. On Deno and browsers, you can
use [esm.sh](https://esm.sh/) for importing this:

```ts
import * as Iron from 'https://esm.sh/iron-webcrypto@0.8.2'
import * as Iron from 'https://esm.sh/iron-webcrypto@0.9.0'
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "iron-webcrypto",
"version": "0.8.2",
"version": "0.9.0",
"description": "a cryptographic utility for sealing-unsealing a JSON object using symmetric key encryption with message integrity verification",
"keywords": [
"authentication",
Expand Down

0 comments on commit 8b2b363

Please sign in to comment.