diff --git a/CHANGELOG.md b/CHANGELOG.md index f316624..8153b20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.2.0](https://github.com/scuderia-fe/docx-to-html/compare/v0.1.1...v0.2.0) (2024-01-16) + + +### Features + +* **ci:** gh pages ([1ca0d0e](https://github.com/scuderia-fe/docx-to-html/commit/1ca0d0ed039a7c4aae90165178d7ca9ff92ae6e8)) + + +### Bug Fixes + +* remove alert ([cf6dbcd](https://github.com/scuderia-fe/docx-to-html/commit/cf6dbcd02e28bbc24c6b4073e17169e115a565c6)) +* update vite base ([c41d592](https://github.com/scuderia-fe/docx-to-html/commit/c41d5920fccd19afe103c473ed36a17e53a1d15c)) + ## [0.1.1](https://github.com/scuderia-fe/docx-to-html/compare/v0.1.0...v0.1.1) (2024-01-16) diff --git a/Cargo.lock b/Cargo.lock index ea30f9d..222e438 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -98,7 +98,7 @@ dependencies = [ [[package]] name = "docx-to-html" -version = "0.1.1" +version = "0.2.0" dependencies = [ "console_error_panic_hook", "docx-rs", diff --git a/Cargo.toml b/Cargo.toml index d514c6f..c40d1d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "docx-to-html" -version = "0.1.1" +version = "0.2.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"