Skip to content

Commit

Permalink
chore(release): 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TyrealHu committed May 31, 2023
1 parent 3e0bf3d commit a9153aa
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.3.1](https://github.com/TyrealHu/acorn-typescript/compare/v1.3.0...v1.3.1) (2023-05-31)


### ♻️ Code Refactoring

* allow comma at the end of generics ([3e0bf3d](https://github.com/TyrealHu/acorn-typescript/commit/3e0bf3d60a1ea090288a297e1c562d631177ea53))
* allow comma at the end of generics ([fa1b6cf](https://github.com/TyrealHu/acorn-typescript/commit/fa1b6cfc826d10325854a50850a3f7329189dbf3))

## [1.3.0](https://github.com/TyrealHu/acorn-typescript/compare/v1.2.10...v1.3.0) (2023-05-31)


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

0 comments on commit a9153aa

Please sign in to comment.