From e243b5ce90453e631bb82a6fbd57fadd69af3a85 Mon Sep 17 00:00:00 2001 From: bokuweb Date: Wed, 16 Mar 2022 12:30:16 +0900 Subject: [PATCH] update (#448) --- CHANGELOG.md | 5 +++++ Cargo.lock | 2 +- docx-core/Cargo.toml | 2 +- docx-wasm/package.json | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1da6aac..34216e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,14 @@ 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.246, docx-rs@0.3.4 (16. March, 2022) + +- Support `rStyle`. + ## 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 e641088..e0089d2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -174,7 +174,7 @@ checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499" [[package]] name = "docx-rs" -version = "0.3.3" +version = "0.3.4" dependencies = [ "image", "insta", diff --git a/docx-core/Cargo.toml b/docx-core/Cargo.toml index e895ac4..33c7a59 100644 --- a/docx-core/Cargo.toml +++ b/docx-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "docx-rs" -version = "0.3.3" +version = "0.3.4" authors = ["bokuweb "] repository = "https://github.com/bokuweb/docx-rs" edition = "2018" diff --git a/docx-wasm/package.json b/docx-wasm/package.json index 1451e10..70c5d3e 100644 --- a/docx-wasm/package.json +++ b/docx-wasm/package.json @@ -1,6 +1,6 @@ { "name": "docx-wasm", - "version": "0.0.245", + "version": "0.0.246", "main": "dist/node/index.js", "browser": "dist/web/index.js", "author": "bokuweb ",