diff --git a/.changeset/six-pianos-know.md b/.changeset/six-pianos-know.md deleted file mode 100644 index b096e9f0..00000000 --- a/.changeset/six-pianos-know.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'esrap': patch ---- - -fix: preserve type arguments on tagged templates, array pattern annotations, and template literal type quasis diff --git a/CHANGELOG.md b/CHANGELOG.md index 2920a607..d95438d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # esrap changelog +## 2.3.6 + +### Patch Changes + +- a46e8a2: fix: preserve type arguments on tagged templates, array pattern annotations, and template literal type quasis + ## 2.3.5 ### Patch Changes diff --git a/package.json b/package.json index 8aad20cf..7f529c9f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "esrap", - "version": "2.3.5", + "version": "2.3.6", "description": "Parse in reverse", "repository": { "type": "git",