diff --git a/CHANGELOG.md b/CHANGELOG.md index ca0901d..dfb1a46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index c7f5afa..ee80a3c 100644 --- a/package.json +++ b/package.json @@ -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",