From 1c3bcf7b23f081da80ae90b3fa8355ac7314384a Mon Sep 17 00:00:00 2001 From: bokuweb Date: Wed, 17 Jan 2024 23:45:39 +0900 Subject: [PATCH] chore: rc27 (#674) --- CHANGELOG.md | 5 ++++- docx-wasm/package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dddeca1..384bcea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +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.278-rc27 (17. Jan, 2024) + +- Support part of `pPrDefault`. + ## docx-wasm@0.0.278-rc26 (1. Dec, 2023) - read sectPr.type as `section_type`. - ## docx-wasm@0.0.278-rc23 (21. Aug, 2023) - escape author in del/ins. diff --git a/docx-wasm/package.json b/docx-wasm/package.json index 8035b13..0fe1eb7 100644 --- a/docx-wasm/package.json +++ b/docx-wasm/package.json @@ -1,6 +1,6 @@ { "name": "docx-wasm", - "version": "0.0.278-rc26", + "version": "0.0.278-rc27", "main": "dist/node/index.js", "browser": "dist/web/index.js", "author": "bokuweb ",