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:37:25 +0300
committerpeaceiris <30958501+peaceiris@users.noreply.github.com>2020-02-02 09:37:25 +0300
commit9ce432ff84a22d5a4cf5502d8f4a5ca5011fa57a (patch)
treebe22b3c423a6b5f81e04fa10f982b7d9d0fc721f
parentf63068aef512f666b405bdd2f4e5e5795531240a (diff)
chore(release): 0.6.2v0.6.2
-rw-r--r--CHANGELOG.md13
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
3 files changed, 15 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3bc26992..8c2fba42 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,19 @@
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.2](https://github.com/peaceiris/hugo-theme-iris/compare/v0.6.1...v0.6.2) (2020-02-02)
+
+
+### chore
+
+* [ImgBot] Optimize images (#102) ([d515ec0](https://github.com/peaceiris/hugo-theme-iris/commit/d515ec02bf30e708a6b9b16a8d2831b2940fe063)), closes [#102](https://github.com/peaceiris/hugo-theme-iris/issues/102)
+
+### fix
+
+* change OGP image path from relURL to absURL ([f63068a](https://github.com/peaceiris/hugo-theme-iris/commit/f63068aef512f666b405bdd2f4e5e5795531240a))
+
+
+
## [0.6.1](https://github.com/peaceiris/hugo-theme-iris/compare/v0.6.0...v0.6.1) (2020-02-02)
diff --git a/package-lock.json b/package-lock.json
index 2baef8e2..9296debb 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "hugo-theme-iris",
- "version": "0.6.1",
+ "version": "0.6.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index d51e8728..407a02a1 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "hugo-theme-iris",
- "version": "0.6.1",
+ "version": "0.6.2",
"description": "Hugo IRIS Theme - Portfolio and Blog",
"private": true,
"scripts": {