From c0ad3e2b9a704fcec596b79e4d5596949e31e207 Mon Sep 17 00:00:00 2001 From: bokuweb Date: Thu, 6 Jan 2022 16:19:21 +0900 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5df8a1..1c29933 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.218 (6. January, 2022) + +- Support minimum ToC API for JS (see https://github.com/bokuweb/docx-rs/pull/394). + ## docx-wasm@0.0.217 (21. December, 2021) - Fix `strike` API for JS.