Skip to content

Commit

Permalink
chore(release): 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TyrealHu committed Jun 1, 2023
1 parent 163f0cf commit 352e717
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.3.2](https://github.com/TyrealHu/acorn-typescript/compare/v1.3.1...v1.3.2) (2023-06-01)


### 🐛 Bug Fixes

* 🐛arrow function with optinal param ([163f0cf](https://github.com/TyrealHu/acorn-typescript/commit/163f0cf5a2275a22959ba7b94b507a68ade3ec6a))

### [1.3.1](https://github.com/TyrealHu/acorn-typescript/compare/v1.3.0...v1.3.1) (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.1",
"version": "1.3.2",
"description": "Alternative, TypeScript parser",
"source": "src/index.ts",
"main": "lib/index.js",
Expand Down

0 comments on commit 352e717

Please sign in to comment.