From 793495f2b71813b64d9cbc9c5f5da370c1b03f13 Mon Sep 17 00:00:00 2001 From: Alex Prokopenko Date: Fri, 23 Feb 2024 13:31:30 +0200 Subject: [PATCH] docs: changelog 1.4 --- CHANGELOG.md | 35 +++++++++++++++++++++++------------ 1 file changed, 23 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85314cf..81f06d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,34 +9,45 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 --- -## [1.3.1]() (2023-09-20) -### Features +## [1.4.0]() _(2024-02-22)_ +### Added + +* Script to auto-download latest assets files + +### Changed + +* Updated assets to latest versions + +--- + +## [1.3.1]() _(2023-09-20)_ +### Added -feat: add docsify plugins - mermaid, copy code blocks +* Add docsify plugins - mermaid, copy code blocks --- -## [1.3.0]() (2023-09-20) -### fix +## [1.3.0]() _(2023-09-20)_ +### Fixed -* fix: docsify folder relates links custom plugin +* Docsify folder relates links custom plugin --- -## [1.2.0]() (2023-09-20) +## [1.2.0]() _(2023-09-20)_ ### Fixed -* fix: docsify image custom plugin to fix LK links +* Docsify image custom plugin to fix LK links ------------------------------------------------------------------------- -## [1.1.0]() (2023-09-20) -### Feature -* feat: docsify image added support of docker env for config +## [1.1.0]() _(2023-09-20)_ +### Added +* Docsify image added support of docker env for config ------------------------------------------------------------------------- -## [1.0.0]() (2023-01-03) +## [1.0.0]() _(2023-01-03)_ ### Added * Docsify image beta version * Added prism plugins for code highlight to docsify image