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-11 08:23:07 +0300
committerpeaceiris <30958501+peaceiris@users.noreply.github.com>2020-12-11 08:23:07 +0300
commit1c3934b7fd05ee2b1d99f54b5012b8fcb71e69e3 (patch)
treee34291a95993ce9c22aed9d1c0fa2f07d76e8076
parent814ffd77a1f56edd4e84136b2eac73cab87c2c65 (diff)
chore(release): 0.25.2v0.25.2
-rw-r--r--CHANGELOG.md13
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
3 files changed, 15 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 92f629ec..4aa063ba 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,19 @@
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.2](https://github.com/peaceiris/hugo-theme-iris/compare/v0.25.1...v0.25.2) (2020-12-11)
+
+
+### ci
+
+* bump actions/setup-node from v2.1.2 to v2.1.3 (#244) ([da93028](https://github.com/peaceiris/hugo-theme-iris/commit/da9302802f9f532f8fc9d2f8f972085fc4b03952)), closes [#244](https://github.com/peaceiris/hugo-theme-iris/issues/244)
+
+### fix
+
+* section.section padding ([814ffd7](https://github.com/peaceiris/hugo-theme-iris/commit/814ffd77a1f56edd4e84136b2eac73cab87c2c65))
+
+
+
## [0.25.1](https://github.com/peaceiris/hugo-theme-iris/compare/v0.25.0...v0.25.1) (2020-12-10)
diff --git a/package-lock.json b/package-lock.json
index 9bb4ec1e..9b7c02da 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "hugo-theme-iris",
- "version": "0.25.1",
+ "version": "0.25.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 72480258..9fd35dc5 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "hugo-theme-iris",
- "version": "0.25.1",
+ "version": "0.25.2",
"description": "Hugo IRIS Theme - Portfolio and Blog",
"private": true,
"scripts": {