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-08 15:39:54 +0300
committerpeaceiris <30958501+peaceiris@users.noreply.github.com>2020-02-08 15:39:54 +0300
commit9bc5b3191e585a8c72a3e1027d478560a76ea54a (patch)
treef1458b46344d308fcf583422f7069d0698562fe1
parent04dc7c5916943483f3a0ece8457dc1680b240749 (diff)
chore(release): 0.11.5v0.11.5
-rw-r--r--CHANGELOG.md9
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
3 files changed, 11 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 54311845..cd40c1da 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,15 @@
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.5](https://github.com/peaceiris/hugo-theme-iris/compare/v0.11.4...v0.11.5) (2020-02-08)
+
+
+### fix
+
+* dropdown content color ([4a38396](https://github.com/peaceiris/hugo-theme-iris/commit/4a383969555b69a01f734c56e18af9fd4103e367))
+
+
+
## [0.11.4](https://github.com/peaceiris/hugo-theme-iris/compare/v0.11.3...v0.11.4) (2020-02-08)
diff --git a/package-lock.json b/package-lock.json
index 08ed679b..61852432 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "hugo-theme-iris",
- "version": "0.11.4",
+ "version": "0.11.5",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 3fe34adb..a6184d8e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "hugo-theme-iris",
- "version": "0.11.4",
+ "version": "0.11.5",
"description": "Hugo IRIS Theme - Portfolio and Blog",
"private": true,
"scripts": {