Skip to content

Commit 74a072e

Browse files
committed
fix: changelog
1 parent 77f5506 commit 74a072e

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
- Support `fitText`
1111
- Support `qFormat` / `uiPriority` / `semiHidden` / `unhideWhenUsed`
12+
- Support `off`
1213

1314
## @0.4.19 (8. Feb, 2026)
1415

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docx-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "docx-rs"
3-
version = "0.4.19"
3+
version = "0.4.20"
44
authors = ["bokuweb <bokuweb12@gmail.com>"]
55
repository = "https://github.com/bokuweb/docx-rs"
66
edition = "2021"

docx-wasm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docx-wasm",
3-
"version": "0.4.20-rc2",
3+
"version": "0.4.20",
44
"main": "dist/node/index.js",
55
"browser": "dist/web/index.js",
66
"author": "bokuweb <bokuweb12@gmail.com>",

0 commit comments

Comments
 (0)