Skip to content

Commit b9b2d0b

Browse files
authored
Merge pull request #9 from Zendrex/changeset-release/main
chore: version packages
2 parents 706dfe4 + 2caa9aa commit b9b2d0b

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/fix-exports.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
### Patch Changes
66

7+
- [`706dfe4`](https://github.com/Zendrex/object-tree/commit/706dfe4666f419c1509c3e35b14399290e218af7) Thanks [@Zendrex](https://github.com/Zendrex)! - Fix package.json exports to match tsdown output filenames (.mjs/.cjs/.d.mts/.d.cts)
8+
9+
## 0.2.1
10+
11+
### Patch Changes
12+
713
- Switch build tool from tsup to tsdown
814

915
## 0.2.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zendrex/object-tree",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "A library for rendering objects as colorized tree structures in the console.",
55
"author": "zendrex",
66
"license": "MIT",

0 commit comments

Comments
 (0)