From b05472336528ba301b46e0d667bf8fb5e36c4b00 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 14:30:14 +0000 Subject: [PATCH] chore(main): release 0.7.0 --- CHANGELOG.md | 12 ++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d971bea..fbcc3ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.7.0](https://github.com/scuderia-fe/docx-to-html/compare/v0.6.0...v0.7.0) (2024-01-19) + + +### Features + +* parse styles ([4111931](https://github.com/scuderia-fe/docx-to-html/commit/4111931c28f6820bd2d7ae3a4015f79056dcd83b)) + + +### Bug Fixes + +* **check:** remove unused imports ([685360f](https://github.com/scuderia-fe/docx-to-html/commit/685360f7830779f0ef3b984085f3bcb03203adf3)) + ## [0.6.0](https://github.com/scuderia-fe/docx-to-html/compare/v0.5.0...v0.6.0) (2024-01-18) diff --git a/Cargo.lock b/Cargo.lock index 3d06cd5..9b1a1f7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -103,7 +103,7 @@ dependencies = [ [[package]] name = "docx-to-html" -version = "0.6.0" +version = "0.7.0" dependencies = [ "base64 0.21.7", "console_error_panic_hook", diff --git a/Cargo.toml b/Cargo.toml index 75ae36a..5cf6cda 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "docx-to-html" -version = "0.6.0" +version = "0.7.0" repository = "https://github.com/scuderia-fe/docx-to-html" authors = ["Alessio Marchi <65831826+kettei-sproutty@users.noreply.github.com>"] description = "Converts a docx file to html"