Skip to content

Commit 28f1d32

Browse files
Version Packages
1 parent 31344cd commit 28f1d32

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

.changeset/flat-poets-beam.md

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

.changeset/twelve-heads-lead.md

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

CHANGELOG.md

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

3+
## 1.0.6
4+
5+
### Patch Changes
6+
7+
- fix: correctly parse async arrow functions with generics ([#19](https://github.com/sveltejs/acorn-typescript/pull/19))
8+
9+
- fix: support `export type *` ([#10](https://github.com/sveltejs/acorn-typescript/pull/10))
10+
311
## 1.0.5
412

513
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sveltejs/acorn-typescript",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "Acorn plugin that parses TypeScript",
55
"type": "module",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)