Skip to content

Commit 10c2389

Browse files
chore(release): 0.1.29 [skip ci]
## [0.1.29](v0.1.28...v0.1.29) (2025-12-05) ### Trivial Changes * **deps:** bump actions/checkout from 6.0.0 to 6.0.1 ([#48](#48)) ([d94ce26](d94ce26)) * **deps:** bump actions/setup-node from 6.0.0 to 6.1.0 ([#47](#47)) ([3da917c](3da917c))
1 parent 3da917c commit 10c2389

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [0.1.29](https://github.com/ipld/js-printify/compare/v0.1.28...v0.1.29) (2025-12-05)
2+
3+
### Trivial Changes
4+
5+
* **deps:** bump actions/checkout from 6.0.0 to 6.0.1 ([#48](https://github.com/ipld/js-printify/issues/48)) ([d94ce26](https://github.com/ipld/js-printify/commit/d94ce263faa4aada941bb67bcbf8c2f2b289f856))
6+
* **deps:** bump actions/setup-node from 6.0.0 to 6.1.0 ([#47](https://github.com/ipld/js-printify/issues/47)) ([3da917c](https://github.com/ipld/js-printify/commit/3da917c20d45a934339f6114f4b5e6f55c6c1def))
7+
18
## [0.1.28](https://github.com/ipld/js-printify/compare/v0.1.27...v0.1.28) (2025-11-24)
29

310
### Trivial Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ipld/printify",
3-
"version": "0.1.28",
3+
"version": "0.1.29",
44
"description": "Convert a decoded IPLD value to a colored printable string",
55
"main": "index.js",
66
"type": "module",

0 commit comments

Comments
 (0)