From 62ee670c642f468686e04dcb81f1252f91d213c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=8C=87=E9=97=B4=E7=9A=84=E8=AF=97=E6=84=8F?= Date: Mon, 19 Aug 2024 10:31:56 +0800 Subject: [PATCH] chore(master): release 4.2.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5328fc1..eb711680 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.2.2](https://github.com/XPoet/hexo-theme-keep/compare/v4.2.1...v4.2.2) (2024-08-19) + + +### 🐞 Bug Fixes + +* fix the error caused by closing lazy loading of images ([#365](https://github.com/XPoet/hexo-theme-keep/issues/365)) ([5dede08](https://github.com/XPoet/hexo-theme-keep/commit/5dede083c1976f385fe371b0f0e9c2a577207512)) + ## [4.2.1](https://github.com/XPoet/hexo-theme-keep/compare/v4.2.0...v4.2.1) (2024-07-29) diff --git a/package.json b/package.json index 2c9dc0be..32a1d57c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hexo-theme-keep", - "version": "4.2.1", + "version": "4.2.2", "private": false, "description": "A simple and light theme for Hexo.", "scripts": {