Skip to content

Commit 5cf669b

Browse files
Version Packages (#11)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e939c6f commit 5cf669b

File tree

5 files changed

+11
-16
lines changed

5 files changed

+11
-16
lines changed

.changeset/flat-poets-beam.md

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

.changeset/nine-carrots-share.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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
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+
- perf: avoid garbage collection in token type utilities. ([#18](https://github.com/sveltejs/acorn-typescript/pull/18))
10+
11+
- fix: support `export type *` ([#10](https://github.com/sveltejs/acorn-typescript/pull/10))
12+
313
## 1.0.5
414

515
### 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)