diff --git a/.changeset/forty-suns-pull.md b/.changeset/forty-suns-pull.md deleted file mode 100644 index 0bccf69..0000000 --- a/.changeset/forty-suns-pull.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'tex-to-typst': patch ---- - -Support quoted math text diff --git a/.changeset/little-foxes-hunt.md b/.changeset/little-foxes-hunt.md deleted file mode 100644 index 4d6f376..0000000 --- a/.changeset/little-foxes-hunt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'tex-to-typst': patch ---- - -Support cases diff --git a/CHANGELOG.md b/CHANGELOG.md index f1f3c20..845abaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # tex-to-typst +## 0.0.22 + +### Patch Changes + +- [#41](https://github.com/continuous-foundation/tex-to-typst/pull/41) [`a26ae05`](https://github.com/continuous-foundation/tex-to-typst/commit/a26ae050b0e0aa84217b29064082ca3d6883dea4) Thanks [@fwkoch](https://github.com/fwkoch)! - Support quoted math text + +- [#41](https://github.com/continuous-foundation/tex-to-typst/pull/41) [`a26ae05`](https://github.com/continuous-foundation/tex-to-typst/commit/a26ae050b0e0aa84217b29064082ca3d6883dea4) Thanks [@fwkoch](https://github.com/fwkoch)! - Support cases + ## 0.0.21 ### Patch Changes diff --git a/package.json b/package.json index e14bb08..ad0b5c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tex-to-typst", - "version": "0.0.21", + "version": "0.0.22", "description": "Translate tex math code to typst", "keywords": [ "Typst",