Skip to content

Commit 093fc2f

Browse files
authored
chore(main): release iso-kv 3.2.0 (#516)
1 parent f53274d commit 093fc2f

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.github/release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"packages/iso-did": "2.1.1",
55
"packages/iso-signatures": "0.5.1",
66
"packages/iso-web": "2.2.1",
7-
"packages/iso-kv": "3.1.1",
7+
"packages/iso-kv": "3.2.0",
88
"packages/iso-websocket": "0.5.0",
99
"packages/iso-ucan": "0.5.0",
1010
"packages/iso-ledger": "0.1.7",

packages/iso-kv/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [3.2.0](https://github.com/hugomrdias/iso-repo/compare/iso-kv-v3.1.1...iso-kv-v3.2.0) (2026-05-29)
4+
5+
6+
### Features
7+
8+
* **iso-base:** add shared extended JSON serializer ([d570beb](https://github.com/hugomrdias/iso-repo/commit/d570beb2c6551f4ff40956aae084ed7112bcc1c7))
9+
310
## [3.1.1](https://github.com/hugomrdias/iso-repo/compare/iso-kv-v3.1.0...iso-kv-v3.1.1) (2025-11-12)
411

512

packages/iso-kv/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "iso-kv",
33
"type": "module",
4-
"version": "3.1.1",
4+
"version": "3.2.0",
55
"description": "Isomorphic key-value storage with support for multiple backends",
66
"author": "Hugo Dias <hugomrdias@gmail.com> (hugodias.me)",
77
"license": "MIT",

0 commit comments

Comments
 (0)