Skip to content

Commit 1e0f79c

Browse files
committed
chore(release): 1.4.3
1 parent 998969a commit 1e0f79c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.4.3](https://github.com/TyrealHu/acorn-typescript/compare/v1.4.2...v1.4.3) (2023-08-25)
6+
7+
8+
### 🐛 Bug Fixes
9+
10+
* 🐛 optional class property & class method generic types & arrow function generic type ([998969a](https://github.com/TyrealHu/acorn-typescript/commit/998969a5f86a0c032e9422f3bb33791d49c7214d))
11+
512
### [1.4.2](https://github.com/TyrealHu/acorn-typescript/compare/v1.4.1...v1.4.2) (2023-08-24)
613

714

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.4.2",
3+
"version": "1.4.3",
44
"description": "Alternative, TypeScript parser",
55
"source": "src/index.ts",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)