From d6b854fa8d4383d0ac8bde68da5367479bc470e3 Mon Sep 17 00:00:00 2001 From: jctaoo Date: Tue, 27 Aug 2024 10:18:59 +0800 Subject: [PATCH] chore(release): 2.4.1 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d360b6..a44f1ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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. +### [2.4.1](https://github.com/jctaoo/elecrun/compare/v2.4.0...v2.4.1) (2024-08-27) + ## [2.4.0](https://github.com/jctaoo/elecrun/compare/v2.3.1...v2.4.0) (2024-08-26) ### Features diff --git a/package.json b/package.json index 6f942e4..00c58a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "elecrun", - "version": "2.4.0", + "version": "2.4.1", "description": "elecrun is a tool to run your electron app easily.", "main": "build/main/src/index.js", "bin": {