Skip to content

Commit

Permalink
chore(release): 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
TyrealHu committed May 18, 2023
1 parent ca33992 commit 48e555d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.2.4](https://github.com/TyrealHu/acorn-typescript/compare/v1.2.3...v1.2.4) (2023-05-18)


### 🐛 Bug Fixes

* bugs of exports ([ca33992](https://github.com/TyrealHu/acorn-typescript/commit/ca339928e51df18805078801681025b31169982a))
* support import default in commonjs tsc ([bb69884](https://github.com/TyrealHu/acorn-typescript/commit/bb69884dd47b636096c41a3ffd021dde84703c1f))

### [1.2.3](https://github.com/TyrealHu/acorn-typescript/compare/v1.2.2...v1.2.3) (2023-05-18)


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.2.3",
"version": "1.2.4",
"description": "Alternative, TypeScript parser",
"source": "src/index.ts",
"main": "lib/index.js",
Expand Down

0 comments on commit 48e555d

Please sign in to comment.