From 83eacba29553305bbacffd04526567a52f200406 Mon Sep 17 00:00:00 2001 From: jctaoo Date: Mon, 26 Aug 2024 23:03:30 +0800 Subject: [PATCH] chore(release): 2.4.0 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b15111a..71ef586 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.0](https://github.com/jctaoo/electron-run/compare/v2.3.1...v2.4.0) (2024-08-26) + ### [2.3.1](https://github.com/jctaoo/electron-run/compare/v2.3.0...v2.3.1) (2022-04-13) ### Features diff --git a/package.json b/package.json index 0e241b4..4b1bd02 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "electron-run", - "version": "2.3.1", + "version": "2.4.0", "description": "electron-run is a tool to run your electron app easily.", "main": "build/main/src/index.js", "bin": {