Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Commit

Permalink
chore: bump to v0.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Enter-tainer committed Apr 9, 2024
1 parent 05b3cd4 commit 5686af4
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ jobs:
omitDraftDuringUpdate: true
omitNameDuringUpdate: true
omitPrereleaseDuringUpdate: true
bodyFile: "addons/vscode/CHANGELOG.md"

publish:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "typst-preview"
description = "A previewer for the Typst typesetting system."
license = "MIT"
repository = "https://github.com/Enter-tainer/typst-preview"
version = "0.11.3"
version = "0.11.4"
authors = ["The Typst Project Developers"]
edition = "2021"
build = "build.rs"
Expand Down
5 changes: 5 additions & 0 deletions addons/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to the "typst-preview" extension will be documented in this

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

## v0.11.4 - [2024-04-09]

- Fix version in nix build
- Fix desync in firefox

## v0.11.3 - [2024-03-25]

- Bump to typst.ts 0.5.0-rc1
Expand Down
2 changes: 1 addition & 1 deletion addons/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"type": "git",
"url": "https://github.com/Enter-tainer/typst-preview"
},
"version": "0.11.3",
"version": "0.11.4",
"engines": {
"vscode": "^1.77.0"
},
Expand Down

0 comments on commit 5686af4

Please sign in to comment.