Skip to content

Commit

Permalink
build: bump version to 0.1.5 (#72)
Browse files Browse the repository at this point in the history
* docs: update changelog

* build: bump version to 0.1.5
  • Loading branch information
Myriad-Dreamin authored Jun 14, 2024
1 parent 0594aa4 commit 950dcd7
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG/CHANGELOG-0.1.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# v0.1.5

## Changelog since v0.1.5

- Fixed documentation about building by @duskmoon314 in https://github.com/Myriad-Dreamin/typst-book/pull/67
- Updated typst.ts to v0.5.0-rc4 (with canvas improvements) in https://github.com/Myriad-Dreamin/typst-book/pull/70
- Supported basic theming in https://github.com/Myriad-Dreamin/typst-book/pull/71

**Full Changelog**: https://github.com/Myriad-Dreamin/typst-book/compare/v0.1.4...v0.1.5

# v0.1.4

## Changelog since v0.1.4
Expand Down
4 changes: 2 additions & 2 deletions 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
@@ -1,7 +1,7 @@
[workspace.package]
description = "A simple tool for creating modern online books in pure typst."
authors = ["typst-book Developers"]
version = "0.1.4"
version = "0.1.5"
edition = "2021"
readme = "README.md"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typst-book",
"version": "0.1.4",
"version": "0.1.5",
"description": "Typst Book.",
"main": "dist/main.js",
"repository": "https://github.com/Myriad-Dreamin/typst-book",
Expand Down

0 comments on commit 950dcd7

Please sign in to comment.