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:
-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 e79b98c1..7ca70cf4 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.8.2](https://github.com/peaceiris/hugo-theme-iris/compare/v0.8.1...v0.8.2) (2020-02-02)
+
+
+### fix
+
+* breadcrumb style ([95ff34b](https://github.com/peaceiris/hugo-theme-iris/commit/95ff34bd6f544bdea13e1d777d48be1e37bda88c))
+
+
+
## [0.8.1](https://github.com/peaceiris/hugo-theme-iris/compare/v0.8.0...v0.8.1) (2020-02-02)
diff --git a/package-lock.json b/package-lock.json
index 7bbf78ee..d752b42f 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "hugo-theme-iris",
- "version": "0.8.1",
+ "version": "0.8.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 7873d8e1..d461a4e2 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "hugo-theme-iris",
- "version": "0.8.1",
+ "version": "0.8.2",
"description": "Hugo IRIS Theme - Portfolio and Blog",
"private": true,
"scripts": {