From 977042b2cc01feb76cc296a9746bf1b43ed3bd1d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 19:53:06 +0000 Subject: [PATCH] chore(main): release 0.3.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 8153b20..462ec7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.3.0](https://github.com/scuderia-fe/docx-to-html/compare/v0.2.0...v0.3.0) (2024-01-16) + + +### Features + +* add readme and license ([99f5a85](https://github.com/scuderia-fe/docx-to-html/commit/99f5a8598260e7236f6e50fa7edd71e4e0389064)) + + +### Bug Fixes + +* **ci:** wasm-pack build ([c5cf4e8](https://github.com/scuderia-fe/docx-to-html/commit/c5cf4e8d0ac04f16e8a3dc5ee21c8805017634f5)) + ## [0.2.0](https://github.com/scuderia-fe/docx-to-html/compare/v0.1.1...v0.2.0) (2024-01-16) diff --git a/Cargo.lock b/Cargo.lock index 222e438..9a9aa86 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -98,7 +98,7 @@ dependencies = [ [[package]] name = "docx-to-html" -version = "0.2.0" +version = "0.3.0" dependencies = [ "console_error_panic_hook", "docx-rs", diff --git a/Cargo.toml b/Cargo.toml index c40d1d1..963e88d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "docx-to-html" -version = "0.2.0" +version = "0.3.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"