Skip to content

Commit f8928f0

Browse files
authored
Rc34 (#566)
* fix * fix * fix
1 parent 8646553 commit f8928f0

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## docx-wasm@0.0.276-rc34, docx-rs@0.4.6 (4. Nov, 2022)
9+
10+
- Support Pic alignment
11+
- fix #554 Special characters are being carried across using HTML entities vs unicode
12+
813
## docx-wasm@0.0.276-rc32 (1. Nov, 2022)
914

1015
- Fix TableProperty json types.

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.5"
3+
version = "0.4.6"
44
authors = ["bokuweb <bokuweb12@gmail.com>"]
55
repository = "https://github.com/bokuweb/docx-rs"
66
edition = "2018"

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.0.276-rc32",
3+
"version": "0.0.276-rc34",
44
"main": "dist/node/index.js",
55
"browser": "dist/web/index.js",
66
"author": "bokuweb <bokuweb12@gmail.com>",

0 commit comments

Comments
 (0)