Skip to content

Commit

Permalink
chore: release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed Oct 14, 2023
1 parent cdadf70 commit ee35d3f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@


## [1.0.0](https://github.com/brc-dd/iron-webcrypto/compare/v0.10.1...v1.0.0) (2023-10-14)

## [0.10.1](https://github.com/brc-dd/iron-webcrypto/compare/v0.10.0...v0.10.1) (2023-09-01)


Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# iron-webcrypto (beta) [![jsDocs.io](https://img.shields.io/badge/jsDocs.io-reference-blue?style=flat-square)](https://www.jsdocs.io/package/iron-webcrypto) [![downloads](https://img.shields.io/npm/dm/iron-webcrypto?style=flat-square)](https://www.npmjs.com/package/iron-webcrypto) [![npm](https://img.shields.io/npm/v/iron-webcrypto?style=flat-square)](https://www.npmjs.com/package/iron-webcrypto) [![deno](https://img.shields.io/badge/deno-iron@v0.10.1-orange.svg?style=flat-square)](https://deno.land/x/iron@v0.10.1/mod.ts)
# iron-webcrypto [![jsDocs.io](https://img.shields.io/badge/jsDocs.io-reference-blue?style=flat-square)](https://www.jsdocs.io/package/iron-webcrypto) [![downloads](https://img.shields.io/npm/dm/iron-webcrypto?style=flat-square)](https://www.npmjs.com/package/iron-webcrypto) [![npm](https://img.shields.io/npm/v/iron-webcrypto?style=flat-square)](https://www.npmjs.com/package/iron-webcrypto) [![deno](https://img.shields.io/badge/deno-iron@v1.0.0-orange.svg?style=flat-square)](https://deno.land/x/iron@v1.0.0/mod.ts)

This module is a replacement for `@hapi/iron`, written using standard APIs like
Web Crypto and Uint8Array, which make this compatible with a variety of runtimes
Expand All @@ -23,13 +23,13 @@ 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.10.1'
import * as Iron from 'https://esm.sh/iron-webcrypto@1.0.0'
```

This module is also published on `deno.land/x` as `iron`:

```ts
import * as Iron from 'https://deno.land/x/iron@v0.10.1/mod.ts'
import * as Iron from 'https://deno.land/x/iron@v1.0.0/mod.ts'
```

## 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.10.1",
"version": "1.0.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 ee35d3f

Please sign in to comment.