Skip to content

Commit e9ac9b8

Browse files
committed
6.2.2
1 parent a9202b1 commit e9ac9b8

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

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

3+
## 6.2.3
4+
5+
**Fixes**:
6+
7+
- Preserve imports for types used in typeof generic
8+
9+
**Thank you**:
10+
11+
Features, fixes and improvements in this release have been contributed by:
12+
13+
- [@dayongkr](https://github.com/dayongkr)
14+
315
## 6.2.2
416

517
**Features**:

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": "rollup-plugin-dts",
3-
"version": "6.2.1",
3+
"version": "6.2.2",
44
"description": "A rollup plugin that will bundle up your .d.ts definition files.",
55
"keywords": [
66
"rollup-plugin",

0 commit comments

Comments
 (0)