Skip to content

Commit

Permalink
v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
supersurviveur committed May 31, 2024
1 parent ed3f99d commit 977dabe
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to the "typst-math" extension will be documented in this fil

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

## [v0.1.4]
- Improve performances
- Add tests
- Fix rendering issues

## [v0.1.3]
- Improve performances
- Fix rendering issues
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "typst-math",
"displayName": "Typst Math",
"version": "0.1.3",
"version": "0.1.4",
"engines": {
"vscode": "^1.85.0"
},
Expand Down
2 changes: 1 addition & 1 deletion typst-math-rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "typst-math-rust"
version = "0.1.3"
version = "0.1.4"
authors = ["supersurviveur <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit 977dabe

Please sign in to comment.