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-01-28 09:31:55 +0300
committerpeaceiris <30958501+peaceiris@users.noreply.github.com>2020-01-28 09:31:55 +0300
commitdd5a14138c46e978e7f20a8a84f752b0f385f8d6 (patch)
tree03adb6b888d859dd5d48b62f56e3c1786e3136b0
parentb071670338ded559fa2ed94d7a4149b3221d98d9 (diff)
chore(release): 0.1.5v0.1.5
-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 4688725b..ad395e28 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.1.5](https://github.com/peaceiris/hugo-theme-iris/compare/v0.1.4...v0.1.5) (2020-01-28)
+
+
+### chore
+
+* Add /resources ([b071670](https://github.com/peaceiris/hugo-theme-iris/commit/b071670338ded559fa2ed94d7a4149b3221d98d9))
+
+
+
## [0.1.4](https://github.com/peaceiris/hugo-theme-iris/compare/v0.1.3...v0.1.4) (2020-01-28)
diff --git a/package-lock.json b/package-lock.json
index 24e83b36..3d0215fb 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "hugo-theme-iris",
- "version": "0.1.4",
+ "version": "0.1.5",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 6a5226d8..223fb76f 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "hugo-theme-iris",
- "version": "0.1.4",
+ "version": "0.1.5",
"description": "Hugo IRIS Theme - Portfolio and Blog",
"private": true,
"scripts": {