From 68031502c4b40fe4943a14f54aabd533cfcc9a49 Mon Sep 17 00:00:00 2001 From: bokuweb Date: Tue, 15 Mar 2022 17:32:15 +0900 Subject: [PATCH] 0.0.245 (#445) * update * fix: update change log --- CHANGELOG.md | 3 +++ Cargo.lock | 2 +- docx-core/Cargo.toml | 2 +- docx-wasm/package.json | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64afbd5..1da6aac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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/), 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) - Support `ins` in table row property diff --git a/Cargo.lock b/Cargo.lock index 20d52d5..36ebdc4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -174,7 +174,7 @@ checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499" [[package]] name = "docx-rs" -version = "0.3.2" +version = "0.3.3" dependencies = [ "image", "insta", diff --git a/docx-core/Cargo.toml b/docx-core/Cargo.toml index a53ebd1..f880c78 100644 --- a/docx-core/Cargo.toml +++ b/docx-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "docx-rs" -version = "0.3.2" +version = "0.3.3" authors = ["bokuweb "] repository = "https://github.com/bokuweb/docx-rs" edition = "2018" diff --git a/docx-wasm/package.json b/docx-wasm/package.json index a1d7787..e89f056 100644 --- a/docx-wasm/package.json +++ b/docx-wasm/package.json @@ -1,6 +1,6 @@ { "name": "docx-wasm", - "version": "0.0.244", + "version": "0.0.245", "main": "dist/node/index.js", "browser": "dist/web/index.js", "author": "bokuweb ",