Skip to content

Commit

Permalink
Bump to 9.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
valentjn committed Jan 29, 2021
1 parent be73e7e commit 1aaf320
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

# Changelog

## 9.2.0 (upcoming)
## 9.2.0 (January 29, 2021)

- Add support for Pandoc-style inline math (`$...$`) and display math (`$$...$$` with the `$$` being at the beginning/end of a Markdown block) to Markdown parser (fixes [vscode-ltex#210](https://github.com/valentjn/vscode-ltex/issues/210))
- Fix false positives for words added by `Add to dictionary` for Slovak rule IDs `MUZSKY_ROD_NEZIV_A`, `ZENSKY_ROD_A`, and `STREDNY_ROD_A` (fixes [vscode-ltex#221](https://github.com/valentjn/vscode-ltex/issues/221))
Expand Down
2 changes: 1 addition & 1 deletion ltexls-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.bsplines</groupId>
<artifactId>ltexls</artifactId>
<version>9.1.0</version>
<version>9.2.0</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion ltexls-languagetool-patch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>org.bsplines</groupId>
<artifactId>ltexls</artifactId>
<version>9.1.0</version>
<version>9.2.0</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.bsplines</groupId>
<artifactId>ltexls</artifactId>
<version>9.1.0</version>
<version>9.2.0</version>
<packaging>pom</packaging>
<properties>
<maven.compiler.release>11</maven.compiler.release>
Expand Down

0 comments on commit 1aaf320

Please sign in to comment.