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>2021-04-24 06:00:41 +0300
committerpeaceiris <30958501+peaceiris@users.noreply.github.com>2021-04-24 06:00:41 +0300
commit570435928605462065aeb3d69bebf5709a1c5160 (patch)
tree26751c09107d179e287748ee7b6663c600a635fb
parent6313cfebda6281008c4b4328b828dededa8dae88 (diff)
chore(release): 0.30.2v0.30.2
-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 f8134e41..22b99052 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.30.2](https://github.com/peaceiris/hugo-theme-iris/compare/v0.30.1...v0.30.2) (2021-04-24)
+
+
+### deps
+
+* Bump peaceiris/hugo-mod-mathjax from 0.1.2 to 0.1.3 (#320) ([6313cfe](https://github.com/peaceiris/hugo-theme-iris/commit/6313cfebda6281008c4b4328b828dededa8dae88)), closes [#320](https://github.com/peaceiris/hugo-theme-iris/issues/320)
+
+
+
## [0.30.1](https://github.com/peaceiris/hugo-theme-iris/compare/v0.30.0...v0.30.1) (2021-04-23)
diff --git a/package-lock.json b/package-lock.json
index 555ed9b0..82008943 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "hugo-theme-iris",
- "version": "0.30.1",
+ "version": "0.30.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index c5931196..d0db4db2 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "hugo-theme-iris",
- "version": "0.30.1",
+ "version": "0.30.2",
"description": "Hugo IRIS Theme - Portfolio and Blog",
"private": true,
"scripts": {