Skip to content

Commit bdc42ca

Browse files
committed
chore: release v1.1.0
1 parent 34cb0c7 commit bdc42ca

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11

22

3+
## [1.1.0](https://github.com/brc-dd/iron-webcrypto/compare/v1.0.0...v1.1.0) (2024-03-09)
4+
35
## [1.0.0](https://github.com/brc-dd/iron-webcrypto/compare/v0.10.1...v1.0.0) (2023-10-14)
46

57
## [0.10.1](https://github.com/brc-dd/iron-webcrypto/compare/v0.10.0...v0.10.1) (2023-09-01)
@@ -123,4 +125,4 @@
123125
### Features
124126

125127
- init
126-
([984a515](https://github.com/brc-dd/iron-webcrypto/commit/984a515371c747a9528e0df90c8058ee232fc5cc))
128+
([984a515](https://github.com/brc-dd/iron-webcrypto/commit/984a515371c747a9528e0df90c8058ee232fc5cc))

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
[![jsDocs.io](https://img.shields.io/badge/jsDocs.io-reference-blue?style=flat-square)](https://www.jsdocs.io/package/iron-webcrypto)
44
[![downloads](https://img.shields.io/npm/dm/iron-webcrypto?style=flat-square)](https://www.npmjs.com/package/iron-webcrypto)
55
[![npm](https://img.shields.io/npm/v/iron-webcrypto?style=flat-square)](https://www.npmjs.com/package/iron-webcrypto)
6-
[![deno](https://img.shields.io/badge/deno-iron@v1.0.0-blue.svg?style=flat-square)](https://deno.land/x/iron@v1.0.0/mod.ts)
7-
[![jsr](https://img.shields.io/badge/jsr-@brc--dd/iron@v1.0.0-blue.svg?style=flat-square)](https://jsr.io/@brc-dd/iron)
6+
[![deno](https://img.shields.io/badge/deno-iron@v1.1.0-blue.svg?style=flat-square)](https://deno.land/x/iron@v1.1.0/mod.ts)
7+
[![jsr](https://img.shields.io/badge/jsr-@brc--dd/iron@v1.1.0-blue.svg?style=flat-square)](https://jsr.io/@brc-dd/iron)
88

99
This module is a replacement for `@hapi/iron`, written using standard APIs like
1010
Web Crypto and Uint8Array, which make this compatible with a variety of runtimes
@@ -55,9 +55,9 @@ import * as Iron from '@brc-dd/iron'
5555
On Deno, you can also any of the following imports:
5656

5757
```ts
58-
import * as Iron from 'https://deno.land/x/iron@v1.0.0/mod.ts'
59-
import * as Iron from 'https://esm.sh/iron-webcrypto@1.0.0'
60-
import * as Iron from 'npm:iron-webcrypto@1.0.0'
58+
import * as Iron from 'https://deno.land/x/iron@v1.1.0/mod.ts'
59+
import * as Iron from 'https://esm.sh/iron-webcrypto@1.1.0'
60+
import * as Iron from 'npm:iron-webcrypto@1.1.0'
6161
```
6262

6363
Don't use this module directly in the browser. While it will work, it's not

jsr.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://jsr.io/schema/config-file.v1.json",
33
"name": "@brc-dd/iron",
4-
"version": "1.0.0",
4+
"version": "1.1.0",
55
"exports": "./src/index.ts",
66
"publish": { "include": ["LICENSE.md", "README.md", "src/**/*.ts", "jsr.json"] }
77
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "iron-webcrypto",
4-
"version": "1.0.0",
4+
"version": "1.1.0",
55
"description": "a cryptographic utility for sealing-unsealing a JSON object using symmetric key encryption with message integrity verification",
66
"keywords": [
77
"authentication",

0 commit comments

Comments
 (0)