Skip to content

Commit 3cbe485

Browse files
authored
release: @echecs/progressive@3.0.2 (#2)
1 parent 8be1817 commit 3cbe485

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

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.0.2] - 2026-04-17
4+
5+
### Fixed
6+
7+
- Added top-level `types` field to `package.json` for TypeScript configs that
8+
don't resolve types through `exports` conditions.
9+
310
## 3.0.1 — 2026-04-09
411

512
### Fixed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,5 @@
7676
},
7777
"sideEffects": false,
7878
"type": "module",
79-
"version": "3.0.1"
79+
"version": "3.0.2"
8080
}

0 commit comments

Comments
 (0)