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 2c86415a..360149df 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.5.0](https://github.com/peaceiris/hugo-theme-iris/compare/v0.4.0...v0.5.0) (2020-02-01)
+
+
+### feat
+
+* Add Open Graph Protocol options ([be29814](https://github.com/peaceiris/hugo-theme-iris/commit/be29814b8b6c2703f70448d89ecc0a561fecf277))
+
+
+
# [0.4.0](https://github.com/peaceiris/hugo-theme-iris/compare/v0.3.0...v0.4.0) (2020-02-01)
diff --git a/package-lock.json b/package-lock.json
index d0b8887b..382d0b16 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "hugo-theme-iris",
- "version": "0.4.0",
+ "version": "0.5.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 506ccacf..b1954c4d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "hugo-theme-iris",
- "version": "0.4.0",
+ "version": "0.5.0",
"description": "Hugo IRIS Theme - Portfolio and Blog",
"private": true,
"scripts": {