From b10697ff904237452819b1600474de6f3508d698 Mon Sep 17 00:00:00 2001 From: Divyansh Singh <40380293+brc-dd@users.noreply.github.com> Date: Fri, 10 May 2024 02:41:16 +0530 Subject: [PATCH] chore: release v1.2.0 --- CHANGELOG.md | 7 +++++++ README.md | 10 +++++----- jsr.json | 2 +- package.json | 2 +- 4 files changed, 14 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1912ff8..0cf1cf5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## [1.2.0](https://github.com/brc-dd/iron-webcrypto/compare/v1.1.1...v1.2.0) (2024-05-09) + + +### Bug Fixes + +* broken aes-128-ctr mode ([8356294](https://github.com/brc-dd/iron-webcrypto/commit/83562949acf36f80266af995fe151ca23db90254)) + ## [1.1.1](https://github.com/brc-dd/iron-webcrypto/compare/v1.1.0...v1.1.1) (2024-04-20) diff --git a/README.md b/README.md index 00da64a..0cca945 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ [![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.1.1-blue.svg?style=flat-square)](https://deno.land/x/iron@v1.1.1/mod.ts) -[![jsr](https://img.shields.io/badge/jsr-@brc--dd/iron@v1.1.1-blue.svg?style=flat-square)](https://jsr.io/@brc-dd/iron) +[![deno](https://img.shields.io/badge/deno-iron@v1.2.0-blue.svg?style=flat-square)](https://deno.land/x/iron@v1.2.0/mod.ts) +[![jsr](https://img.shields.io/badge/jsr-@brc--dd/iron@v1.2.0-blue.svg?style=flat-square)](https://jsr.io/@brc-dd/iron) 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 @@ -55,9 +55,9 @@ import * as Iron from '@brc-dd/iron' On Deno, you can also use any of the following imports: ```ts -import * as Iron from 'https://deno.land/x/iron@v1.1.1/mod.ts' -import * as Iron from 'https://esm.sh/iron-webcrypto@1.1.1' -import * as Iron from 'npm:iron-webcrypto@1.1.1' +import * as Iron from 'https://deno.land/x/iron@v1.2.0/mod.ts' +import * as Iron from 'https://esm.sh/iron-webcrypto@1.2.0' +import * as Iron from 'npm:iron-webcrypto@1.2.0' ``` Don't use this module directly in the browser. While it will work, it's not diff --git a/jsr.json b/jsr.json index c9eb637..3b2271b 100644 --- a/jsr.json +++ b/jsr.json @@ -1,7 +1,7 @@ { "$schema": "https://jsr.io/schema/config-file.v1.json", "name": "@brc-dd/iron", - "version": "1.1.1", + "version": "1.2.0", "exports": "./src/index.ts", "publish": { "include": ["LICENSE.md", "README.md", "src/**/*.ts", "jsr.json"] } } diff --git a/package.json b/package.json index c439dc1..41334ab 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "iron-webcrypto", - "version": "1.1.1", + "version": "1.2.0", "description": "a cryptographic utility for sealing-unsealing a JSON object using symmetric key encryption with message integrity verification", "keywords": [ "authentication",