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>2021-03-23 11:56:09 +0300
committerpeaceiris <30958501+peaceiris@users.noreply.github.com>2021-03-23 11:56:09 +0300
commit1bf3216a7fe5b5deb9385715757aad263911ee41 (patch)
tree1a48fcfd7c2b04b8c95c65d63ca4bf7cac6e0cff
parent17daa2099ddb6e2d2aa0991f4e2c444745de73da (diff)
chore(release): 0.30.0v0.30.0
-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 1f507805..3f44ccd3 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.30.0](https://github.com/peaceiris/hugo-theme-iris/compare/v0.29.1...v0.30.0) (2021-03-23)
+
+
+### feat
+
+* Parameter to disable Breadcrumb navigation (#305) ([17daa20](https://github.com/peaceiris/hugo-theme-iris/commit/17daa2099ddb6e2d2aa0991f4e2c444745de73da)), closes [#305](https://github.com/peaceiris/hugo-theme-iris/issues/305)
+
+
+
## [0.29.1](https://github.com/peaceiris/hugo-theme-iris/compare/v0.29.0...v0.29.1) (2021-03-23)
diff --git a/package-lock.json b/package-lock.json
index d31432bc..35829a77 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "hugo-theme-iris",
- "version": "0.29.1",
+ "version": "0.30.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 421bbaae..87098658 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "hugo-theme-iris",
- "version": "0.29.1",
+ "version": "0.30.0",
"description": "Hugo IRIS Theme - Portfolio and Blog",
"private": true,
"scripts": {