Skip to content

Commit

Permalink
chore(release): 1.4.11
Browse files Browse the repository at this point in the history
  • Loading branch information
TyrealHu committed Nov 10, 2023
1 parent 575ab8c commit 8551639
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.11](https://github.com/TyrealHu/acorn-typescript/compare/v1.4.10...v1.4.11) (2023-11-10)


### 🐛 Bug Fixes

* 🐛parse tagged template expression with type ([575ab8c](https://github.com/TyrealHu/acorn-typescript/commit/575ab8cb3e209d45fa09e8dba784b18ec734783f))

### [1.4.10](https://github.com/TyrealHu/acorn-typescript/compare/v1.4.9...v1.4.10) (2023-10-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.10",
"version": "1.4.11",
"description": "Alternative, TypeScript parser",
"source": "src/index.ts",
"main": "lib/index.js",
Expand Down

0 comments on commit 8551639

Please sign in to comment.