Skip to content

Commit

Permalink
chore(release): 1.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
TyrealHu committed Sep 21, 2023
1 parent a519fab commit 3dfd46d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.

### [1.4.7](https://github.com/TyrealHu/acorn-typescript/compare/v1.4.6...v1.4.7) (2023-09-21)


### 🐛 Bug Fixes

* 🐛 JSX token parse in ! > ! case ([a519fab](https://github.com/TyrealHu/acorn-typescript/commit/a519fab69a9d8e16af95f97265d53a6f19cc2f0b))

### [1.4.6](https://github.com/TyrealHu/acorn-typescript/compare/v1.4.5...v1.4.6) (2023-09-20)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "acorn-typescript",
"version": "1.4.6",
"version": "1.4.7",
"description": "Alternative, TypeScript parser",
"source": "src/index.ts",
"main": "lib/index.js",
Expand Down

0 comments on commit 3dfd46d

Please sign in to comment.