From feff99de6d4e2950e112b42636426a3d208fec69 Mon Sep 17 00:00:00 2001 From: Tom Gao Date: Fri, 12 Jul 2024 21:24:12 +0800 Subject: [PATCH] chore: release v2.3.2 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23f2f7b..f9d1b2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [2.3.2](https://github.com/tomjs/electron-devtools-installer/compare/v2.3.1...v2.3.2) (2024-07-12) + +- chore: add different comments to installExtension [0d9f9fb](https://github.com/tomjs/electron-devtools-installer/commit/0d9f9fb) + ## [2.3.1](https://github.com/tomjs/electron-devtools-installer/compare/v2.3.0...v2.3.1) (2024-07-12) - docs: add jsDocs.io [b030570](https://github.com/tomjs/electron-devtools-installer/commit/b030570) diff --git a/package.json b/package.json index 7c90a1a..690652d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tomjs/electron-devtools-installer", - "version": "2.3.1", + "version": "2.3.2", "description": "Install Chrome extension for Electron, support cjs/esm", "keywords": [ "electron",