* update

* fix: update change log
main
bokuweb 2022-03-15 17:32:15 +09:00 committed by GitHub
parent 5dd154d51d
commit 68031502c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 3 deletions

View File

@ -5,6 +5,9 @@ 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).
## docx-wasm@0.0.245, docx-rs@0.3.3 (15. March, 2022)
- Fixed a author of `del` in `ins`.
## docx-wasm@0.0.242 (4. February, 2022) ## docx-wasm@0.0.242 (4. February, 2022)
- Support `ins` in table row property - Support `ins` in table row property

2
Cargo.lock generated
View File

@ -174,7 +174,7 @@ checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499"
[[package]] [[package]]
name = "docx-rs" name = "docx-rs"
version = "0.3.2" version = "0.3.3"
dependencies = [ dependencies = [
"image", "image",
"insta", "insta",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "docx-rs" name = "docx-rs"
version = "0.3.2" version = "0.3.3"
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"

View File

@ -1,6 +1,6 @@
{ {
"name": "docx-wasm", "name": "docx-wasm",
"version": "0.0.244", "version": "0.0.245",
"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>",