Skip to content

Commit 214ba8a

Browse files
committed
release: v2.0.0
1 parent c2e3e66 commit 214ba8a

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [2.0.0](https://github.com/brc-dd/iron-webcrypto/compare/v1.2.1...v2.0.0) (2025-11-25)
2+
3+
### ⚠ BREAKING CHANGES
4+
5+
- Refer [migration guide](https://github.com/brc-dd/iron-webcrypto#from-iron-webcrypto-v1-to-v2) for details.
6+
7+
### Features
8+
9+
- rewrite ([#17](https://github.com/brc-dd/iron-webcrypto/issues/17)) ([ecc86a6](https://github.com/brc-dd/iron-webcrypto/commit/ecc86a606dfeb5ab2eebf58ff37f71262cecce6c))
10+
111
## [1.2.1](https://github.com/brc-dd/iron-webcrypto/compare/v1.2.0...v1.2.1) (2024-05-09)
212

313
### Bug Fixes

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iron-webcrypto",
3-
"version": "1.2.1",
3+
"version": "2.0.0",
44
"description": "a cryptographic utility for sealing-unsealing a JSON object using symmetric key encryption with message integrity verification",
55
"keywords": [
66
"authentication",

0 commit comments

Comments
 (0)