parent
951899cb8e
commit
d8f5b774d5
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
@ -6,10 +5,10 @@ All notable changes to this project will be documented in this file.
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
# [crate] 0.3.0 (25. November, 2021)
|
# docx-rs@0.3.1/docx-wasm@0.0.212 (25. November, 2021)
|
||||||
|
|
||||||
- Improve lineSpacing interface (https://github.com/bokuweb/docx-rs/pull/367)
|
- Fix #327. Disable header if empty. (https://github.com/bokuweb/docx-rs/pull/369)
|
||||||
|
|
||||||
# [npm] 0.0.211 (25. November, 2021)
|
# docx-rs@0.3.0/docx-wasm@0.0.211 (25. November, 2021)
|
||||||
|
|
||||||
- Improve lineSpacing interface (https://github.com/bokuweb/docx-rs/pull/367)
|
- Improve lineSpacing interface (https://github.com/bokuweb/docx-rs/pull/367)
|
||||||
|
|
|
@ -162,7 +162,7 @@ checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "docx-rs"
|
name = "docx-rs"
|
||||||
version = "0.3.0"
|
version = "0.3.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"image",
|
"image",
|
||||||
"insta",
|
"insta",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "docx-rs"
|
name = "docx-rs"
|
||||||
version = "0.3.0"
|
version = "0.3.1"
|
||||||
authors = ["bokuweb <bokuweb12@gmail.com>"]
|
authors = ["bokuweb <bokuweb12@gmail.com>"]
|
||||||
repository = "https://github.com/bokuweb/docx-rs"
|
repository = "https://github.com/bokuweb/docx-rs"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "docx-wasm",
|
"name": "docx-wasm",
|
||||||
"version": "0.0.211",
|
"version": "0.0.212",
|
||||||
"main": "dist/node/index.js",
|
"main": "dist/node/index.js",
|
||||||
"browser": "dist/web/index.js",
|
"browser": "dist/web/index.js",
|
||||||
"author": "bokuweb <bokuweb12@gmail.com>",
|
"author": "bokuweb <bokuweb12@gmail.com>",
|
||||||
|
|
Loading…
Reference in New Issue