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-05-21 05:07:30 +0300
committerpeaceiris <30958501+peaceiris@users.noreply.github.com>2020-05-21 05:07:30 +0300
commit6beec9ca9a94582aa2dbabb612c9b118cc723e49 (patch)
tree3c26c20e07465df27bb25b75ba7496806009f364
parentc8c92f5a851aaf04c65cc0840baf5ee1b9be06a1 (diff)
chore(release): 0.15.2v0.15.2
-rw-r--r--CHANGELOG.md17
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
3 files changed, 19 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e14bd730..ef71406b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,23 @@
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.15.2](https://github.com/peaceiris/hugo-theme-iris/compare/v0.15.1...v0.15.2) (2020-05-21)
+
+
+### docs
+
+* Add example GitHub Actions workflow ([d8b3aba](https://github.com/peaceiris/hugo-theme-iris/commit/d8b3aba831efc610cc6b24cf9d995044fc790034))
+* enhance script ([187d430](https://github.com/peaceiris/hugo-theme-iris/commit/187d43079e61740570d6c25d085468b7adde6d50))
+* update shortcode_repo.jpg ([3addc28](https://github.com/peaceiris/hugo-theme-iris/commit/3addc28ef1b53f3f15566bfae0c9391fd3004523))
+* update TOC ([6018333](https://github.com/peaceiris/hugo-theme-iris/commit/6018333983c829f44b2e78d6d641b0804a82b5e7))
+* Using jq is optional ([9a77c50](https://github.com/peaceiris/hugo-theme-iris/commit/9a77c5071729306ba3eb0d377698fccd48bff926))
+
+### fix
+
+* repo shortcode ([c8c92f5](https://github.com/peaceiris/hugo-theme-iris/commit/c8c92f5a851aaf04c65cc0840baf5ee1b9be06a1))
+
+
+
## [0.15.1](https://github.com/peaceiris/hugo-theme-iris/compare/v0.15.0...v0.15.1) (2020-05-20)
diff --git a/package-lock.json b/package-lock.json
index 2459c44a..cc5644d5 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "hugo-theme-iris",
- "version": "0.15.1",
+ "version": "0.15.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 67244ae3..9b3c6d4b 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "hugo-theme-iris",
- "version": "0.15.1",
+ "version": "0.15.2",
"description": "Hugo IRIS Theme - Portfolio and Blog",
"private": true,
"scripts": {