Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thingsym/hugo-theme-techdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9b28f44..1229034 100644
--- a/README.md
+++ b/README.md
@@ -265,6 +265,14 @@ Small patches and bug reports can be submitted a issue tracker in Github. Forkin
## Changelog
+* Version 0.9.8 - 2021.10.18
+ * fix sample document
+ * edit README
+ * update package.json
+ * add github_doc_repository_path
+ * change to relative link
+ * add workflows for publishing demo site to gh-pages
+
* Version 0.9.7 - 2021.03.08
* add docker-compose.yml for development environment
* change keyboard event from event.keyCode to event.key because it is deprecated