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

github.com/peaceiris/hugo-theme-iris.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpeaceiris <30958501+peaceiris@users.noreply.github.com>2020-02-03 17:18:53 +0300
committerpeaceiris <30958501+peaceiris@users.noreply.github.com>2020-02-03 17:18:53 +0300
commit34e71a6a9734a8a82374e824c04641d6c82f9f79 (patch)
tree0f77fc84d01d544e410a3414fc0635e786693247
parent9c4ef6417a5e50d39b25dd26e5381537220e4b53 (diff)
chore(release): 0.11.0v0.11.0
-rw-r--r--CHANGELOG.md23
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
3 files changed, 25 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c2fc6299..8b7aa767 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,29 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
+# [0.11.0](https://github.com/peaceiris/hugo-theme-iris/compare/v0.10.1...v0.11.0) (2020-02-03)
+
+
+### chore
+
+* [ImgBot] Optimize images (#103) ([0dee4f7](https://github.com/peaceiris/hugo-theme-iris/commit/0dee4f7ead781b3054a1250512932debd77be938)), closes [#103](https://github.com/peaceiris/hugo-theme-iris/issues/103)
+
+### docs
+
+* Add mermaid shortcode ([69a4e9f](https://github.com/peaceiris/hugo-theme-iris/commit/69a4e9f83e0df99b34f55d42f956c5aba90097cb))
+* Add reveal.js to features ([febc584](https://github.com/peaceiris/hugo-theme-iris/commit/febc5849ba32c22737148b632dc5807484d26f09))
+
+### feat
+
+* Add revealjs (#104) ([2401f64](https://github.com/peaceiris/hugo-theme-iris/commit/2401f640f358951635f7af0202fa236cdaf6f14d)), closes [#104](https://github.com/peaceiris/hugo-theme-iris/issues/104) [#29](https://github.com/peaceiris/hugo-theme-iris/issues/29)
+
+### fix
+
+* Add revealjs-v3.9.2/lib ([9c4ef64](https://github.com/peaceiris/hugo-theme-iris/commit/9c4ef6417a5e50d39b25dd26e5381537220e4b53))
+* mermaid example ([9d2cae5](https://github.com/peaceiris/hugo-theme-iris/commit/9d2cae583f92d4e53625522af8343f7c9dfa6716))
+
+
+
## [0.10.1](https://github.com/peaceiris/hugo-theme-iris/compare/v0.10.0...v0.10.1) (2020-02-03)
diff --git a/package-lock.json b/package-lock.json
index ca975939..a95a6eae 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "hugo-theme-iris",
- "version": "0.10.1",
+ "version": "0.11.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 8253dabc..7b3dfc36 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "hugo-theme-iris",
- "version": "0.10.1",
+ "version": "0.11.0",
"description": "Hugo IRIS Theme - Portfolio and Blog",
"private": true,
"scripts": {