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-02 09:28:20 +0300
committerpeaceiris <30958501+peaceiris@users.noreply.github.com>2020-02-02 09:28:20 +0300
commitdb2c9bbd94c8480bcb03783d2443511e342180e6 (patch)
tree82ec78da8c831a10763a45132e59820a71b4a75a
parent5f8449ae6fa5d1974e540645922fcb07df852aad (diff)
chore(release): 0.6.1v0.6.1
-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 bff1a7e2..3bc26992 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.6.1](https://github.com/peaceiris/hugo-theme-iris/compare/v0.6.0...v0.6.1) (2020-02-02)
+
+
+### fix
+
+* OGP and eyecatching images ([5f8449a](https://github.com/peaceiris/hugo-theme-iris/commit/5f8449ae6fa5d1974e540645922fcb07df852aad))
+
+
+
# [0.6.0](https://github.com/peaceiris/hugo-theme-iris/compare/v0.5.1...v0.6.0) (2020-02-02)
diff --git a/package-lock.json b/package-lock.json
index 48dfb3af..2baef8e2 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "hugo-theme-iris",
- "version": "0.6.0",
+ "version": "0.6.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 3301efeb..d51e8728 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "hugo-theme-iris",
- "version": "0.6.0",
+ "version": "0.6.1",
"description": "Hugo IRIS Theme - Portfolio and Blog",
"private": true,
"scripts": {