Skip to content

Commit 7e90672

Browse files
authored
chore(main): release iso-base 4.3.0 (#455)
1 parent 2d6f42c commit 7e90672

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.github/release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"packages/iso-base": "4.2.1",
2+
"packages/iso-base": "4.3.0",
33
"packages/iso-passkeys": "0.3.1",
44
"packages/iso-did": "2.1.1",
55
"packages/iso-signatures": "0.5.1",

packages/iso-base/CHANGELOG.md

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

3+
## [4.3.0](https://github.com/hugomrdias/iso-repo/compare/iso-base-v4.2.1...iso-base-v4.3.0) (2025-12-22)
4+
5+
6+
### Features
7+
8+
* add ISOBuffer class for binary buffer manipulation with cursor-based I/O, update README with usage examples and new features ([8a4c584](https://github.com/hugomrdias/iso-repo/commit/8a4c584ed7f07b7ad12cf30f5ce3e0eb56c366d4))
9+
10+
11+
### Bug Fixes
12+
13+
* replace micro-bmark with tinybench for benchmarking, enhance codec implementations, and update README with new features and usage examples ([1ae5838](https://github.com/hugomrdias/iso-repo/commit/1ae5838de076d41e71dd93a12cca5d918b3b0df1))
14+
315
## [4.2.1](https://github.com/hugomrdias/iso-repo/compare/iso-base-v4.2.0...iso-base-v4.2.1) (2025-09-29)
416

517

packages/iso-base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "iso-base",
33
"type": "module",
4-
"version": "4.2.1",
4+
"version": "4.3.0",
55
"description": "Isomorphic Utils",
66
"author": "Hugo Dias <[email protected]> (hugodias.me)",
77
"license": "MIT",

0 commit comments

Comments
 (0)