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 14:57:31 +0300
committerpeaceiris <30958501+peaceiris@users.noreply.github.com>2020-02-02 14:57:31 +0300
commitb56f6f8ffde5b8639557724ab52594f6dcbaf30f (patch)
tree819eec0a1ad04e51b938b0ebaab5f1a1cebfb956
parent961aefa9fd333f9990e25b1b18883752df9d7d78 (diff)
chore(release): 0.8.3v0.8.3
-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 7ca70cf4..72844725 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.8.3](https://github.com/peaceiris/hugo-theme-iris/compare/v0.8.2...v0.8.3) (2020-02-02)
+
+
+### feat
+
+* Add links to Hugo and Theme ([961aefa](https://github.com/peaceiris/hugo-theme-iris/commit/961aefa9fd333f9990e25b1b18883752df9d7d78))
+
+
+
## [0.8.2](https://github.com/peaceiris/hugo-theme-iris/compare/v0.8.1...v0.8.2) (2020-02-02)
diff --git a/package-lock.json b/package-lock.json
index d752b42f..57ddfb87 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "hugo-theme-iris",
- "version": "0.8.2",
+ "version": "0.8.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index d461a4e2..c10b6935 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "hugo-theme-iris",
- "version": "0.8.2",
+ "version": "0.8.3",
"description": "Hugo IRIS Theme - Portfolio and Blog",
"private": true,
"scripts": {