Skip to content

Commit

Permalink
chore: release v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed Jul 17, 2023
1 parent 230565f commit c43ac62
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,7 @@


## [0.8.0](https://github.com/brc-dd/iron-webcrypto/compare/0.7.1-10-g230565f972b7aa148837f85dc7cdad835ba0538d...v0.8.0) (2023-07-17)

## [0.7.1](https://github.com/brc-dd/iron-webcrypto/compare/0.7.0...0.7.1) (2023-06-26)

## [0.7.0](https://github.com/brc-dd/iron-webcrypto/compare/0.6.0...0.7.0) (2023-04-22)
Expand Down
2 changes: 1 addition & 1 deletion README.md
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.7.1'
import * as Iron from 'https://esm.sh/iron-webcrypto@0.8.0'
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "iron-webcrypto",
"version": "0.7.1",
"version": "0.8.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 c43ac62

Please sign in to comment.