Skip to content

Commit 0f7744e

Browse files
committed
chore(release): 1.2.10
1 parent bac5d4b commit 0f7744e

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [1.2.10](https://github.com/TyrealHu/acorn-typescript/compare/v1.2.9...v1.2.10) (2023-05-29)
6+
7+
8+
### ♻️ Code Refactoring
9+
10+
* async arrow function with one param ([2cd5a29](https://github.com/TyrealHu/acorn-typescript/commit/2cd5a29c61f5c2248eb84d74d1b84c9752777f97))
11+
12+
13+
### 🐛 Bug Fixes
14+
15+
* async in for of without decl ([c73f2f0](https://github.com/TyrealHu/acorn-typescript/commit/c73f2f0e9eb0e7762171da97722f87c25408d2da))
16+
517
### [1.2.9](https://github.com/TyrealHu/acorn-typescript/compare/v1.2.8...v1.2.9) (2023-05-29)
618

719

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "acorn-typescript",
3-
"version": "1.2.9",
3+
"version": "1.2.10",
44
"description": "Alternative, TypeScript parser",
55
"source": "src/index.ts",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)