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-06-19 09:58:11 +0300
committerpeaceiris <30958501+peaceiris@users.noreply.github.com>2021-06-19 09:58:11 +0300
commitd3cdd48129d39f95dc203d6c14c084e4f03a63c2 (patch)
tree275c3a4a9fa5d9edca474d802d476931cb9c2852
parent1674c919144db3bb33d9213c4451f204122d0236 (diff)
chore(release): 0.39.0v0.39.0
-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 84dc6e56..df196174 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.39.0](https://github.com/peaceiris/hugo-theme-iris/compare/v0.38.1...v0.39.0) (2021-06-19)
+
+
+### deps
+
+* Bump hugo-mod-bulma from 0.2.0 to 0.3.0 (#378) ([1674c91](https://github.com/peaceiris/hugo-theme-iris/commit/1674c919144db3bb33d9213c4451f204122d0236)), closes [#378](https://github.com/peaceiris/hugo-theme-iris/issues/378)
+
+
+
## [0.38.1](https://github.com/peaceiris/hugo-theme-iris/compare/v0.38.0...v0.38.1) (2021-06-18)
diff --git a/package-lock.json b/package-lock.json
index 7e8db316..ce82364c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "hugo-theme-iris",
- "version": "0.38.1",
+ "version": "0.39.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
diff --git a/package.json b/package.json
index a47fe879..9bc12487 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "hugo-theme-iris",
- "version": "0.38.1",
+ "version": "0.39.0",
"private": true,
"description": "Hugo IRIS Theme - Portfolio and Blog",
"homepage": "https://github.com/peaceiris/hugo-theme-iris#readme",