* 0.0.213

* 0.0.214

* fix
main
bokuweb 2021-11-26 19:00:13 +09:00 committed by GitHub
parent 59fb7c113f
commit 48b4017b32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 2 deletions

View File

@ -5,6 +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/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
# docx-wasm@0.0.214 (26. November, 2021)
- Fixed a missed pkg.
# docx-rs@0.3.1/docx-wasm@0.0.212 (25. November, 2021)
- Fix #327. Disable header if empty. (https://github.com/bokuweb/docx-rs/pull/369)

View File

@ -1,6 +1,6 @@
{
"name": "docx-wasm",
"version": "0.0.212",
"version": "0.0.214",
"main": "dist/node/index.js",
"browser": "dist/web/index.js",
"author": "bokuweb <bokuweb12@gmail.com>",
@ -40,7 +40,9 @@
"webpack-merge": "5.8.0"
},
"files": [
"dist"
"dist",
"dist/web/pkg/*",
"dist/node/pkg/*"
],
"module": "dist/web/index.js",
"types": "dist/web/index.d.ts",