chore(release): 0.13.6 [ci skip]

## [0.13.6](https://github.com/KaTeX/KaTeX/compare/v0.13.5...v0.13.6) (2021-05-06)

### Bug Fixes

* Correctly parse \ followed by whitespace ([#2877](https://github.com/KaTeX/KaTeX/issues/2877)) ([c85250d](c85250d14e)), closes [#2860](https://github.com/KaTeX/KaTeX/issues/2860)
This commit is contained in:
KaTeX bot
2021-05-06 01:57:00 +00:00
parent c85250d14e
commit 9cc58a8c08
10 changed files with 42 additions and 35 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "katex",
"version": "0.13.5",
"version": "0.13.6",
"description": "Fast math typesetting for the web.",
"main": "dist/katex.js",
"homepage": "https://katex.org",