Skip to content

Commit d1ced79

Browse files
chore(release): 13.3.5 [skip ci]
## [13.3.5](v13.3.4...v13.3.5) (2025-05-20) ### Bug Fixes * **perf:** improve rfc4648 base decoding ([#323](#323)) ([900b5f6](900b5f6))
1 parent 900b5f6 commit d1ced79

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [13.3.5](https://github.com/multiformats/js-multiformats/compare/v13.3.4...v13.3.5) (2025-05-20)
2+
3+
### Bug Fixes
4+
5+
* **perf:** improve rfc4648 base decoding ([#323](https://github.com/multiformats/js-multiformats/issues/323)) ([900b5f6](https://github.com/multiformats/js-multiformats/commit/900b5f64416e65d3ff1189d681676c20f1756df0))
6+
17
## [13.3.4](https://github.com/multiformats/js-multiformats/compare/v13.3.3...v13.3.4) (2025-05-15)
28

39
### Dependencies

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "multiformats",
3-
"version": "13.3.4",
3+
"version": "13.3.5",
44
"description": "Interface for multihash, multicodec, multibase and CID",
55
"author": "Mikeal Rogers <[email protected]> (https://www.mikealrogers.com/)",
66
"license": "Apache-2.0 OR MIT",

0 commit comments

Comments
 (0)