Skip to content

Commit

Permalink
Bump to 9.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
valentjn committed Jan 24, 2021
1 parent 225cebd commit 3a7f027
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.1.0 (upcoming)
## 9.1.0 (January 24, 2021)

- Add support for BibT<sub>E</sub>X files (language code `bibtex`, fixes [vscode-ltex#211](https://github.com/valentjn/vscode-ltex/issues/211))
- Add setting [`ltex.bibtex.fields`](https://valentjn.github.io/vscode-ltex/docs/settings.html#ltexbibtexfields) to control which BibT<sub>E</sub>X fields should be checked
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.0.1</version>
<version>9.1.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.0.1</version>
<version>9.1.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.0.1</version>
<version>9.1.0</version>
<packaging>pom</packaging>
<properties>
<maven.compiler.release>11</maven.compiler.release>
Expand Down

0 comments on commit 3a7f027

Please sign in to comment.