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-01 08:47:30 +0300
committerpeaceiris <30958501+peaceiris@users.noreply.github.com>2020-02-01 08:47:30 +0300
commitc0fb2e65585afd8a77a43b5e7aebcfef5089caf9 (patch)
treebc7749d77808c2eb968f06bf9502b0ad3d418cf6
parentbe29814b8b6c2703f70448d89ecc0a561fecf277 (diff)
chore(release): 0.5.0v0.5.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 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": {