diff --git a/.changeset/hot-doors-shake.md b/.changeset/hot-doors-shake.md deleted file mode 100644 index 4ee838e2..00000000 --- a/.changeset/hot-doors-shake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'esrap': patch ---- - -fix: re-introduce JSDoc type cast support, but don't treat JSDoc `@type` comments on binding identifiers (variable declarator ids, function parameters, catch params) as type casts diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ac4a534..2920a607 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # esrap changelog +## 2.3.5 + +### Patch Changes + +- 51da035: fix: re-introduce JSDoc type cast support, but don't treat JSDoc `@type` comments on binding identifiers (variable declarator ids, function parameters, catch params) as type casts + ## 2.3.4 ### Patch Changes diff --git a/package.json b/package.json index 56823c65..8aad20cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "esrap", - "version": "2.3.4", + "version": "2.3.5", "description": "Parse in reverse", "repository": { "type": "git",