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-12-10 21:51:47 +0300
committerpeaceiris <30958501+peaceiris@users.noreply.github.com>2020-12-10 21:51:47 +0300
commitce4af17548c0d9ead93564d08fe5faf33fd3f0bf (patch)
treeb0d0a04910b83c3899afed35f2f739ad62c6393d
parent247df816eb41d541f31644434f39c4166903ee74 (diff)
chore(release): 0.25.0v0.25.0
-rw-r--r--CHANGELOG.md10
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
3 files changed, 12 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d232c013..fa2a315e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,16 @@
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.25.0](https://github.com/peaceiris/hugo-theme-iris/compare/v0.24.9...v0.25.0) (2020-12-10)
+
+
+### feat
+
+* auto enable math in posts (#241) ([141e407](https://github.com/peaceiris/hugo-theme-iris/commit/141e4077b7fc08e6edd21b02b13162e3161cb41c)), closes [#241](https://github.com/peaceiris/hugo-theme-iris/issues/241)
+* eyecatching image on posts (#242) ([247df81](https://github.com/peaceiris/hugo-theme-iris/commit/247df816eb41d541f31644434f39c4166903ee74)), closes [#242](https://github.com/peaceiris/hugo-theme-iris/issues/242)
+
+
+
## [0.24.9](https://github.com/peaceiris/hugo-theme-iris/compare/v0.24.8...v0.24.9) (2020-12-07)
diff --git a/package-lock.json b/package-lock.json
index 5e9271c8..6ef630bb 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "hugo-theme-iris",
- "version": "0.24.9",
+ "version": "0.25.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 244fd4d5..24959bfc 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "hugo-theme-iris",
- "version": "0.24.9",
+ "version": "0.25.0",
"description": "Hugo IRIS Theme - Portfolio and Blog",
"private": true,
"scripts": {