From 3f4a2f6866801d273a23b342e876372d3e3b09a4 Mon Sep 17 00:00:00 2001 From: Tom Gao Date: Fri, 12 Jul 2024 21:19:21 +0800 Subject: [PATCH] chore: release v2.3.1 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5eac891..23f2f7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [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) +- chore: update deps and format code [25fc086](https://github.com/tomjs/electron-devtools-installer/commit/25fc086) + ## [2.3.0](https://github.com/tomjs/electron-devtools-installer/compare/v2.2.2...v2.3.0) (2024-07-12) - docs: use jsdocs.io to provide API documentation [0591521](https://github.com/tomjs/electron-devtools-installer/commit/0591521) diff --git a/package.json b/package.json index ca8be96..7c90a1a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tomjs/electron-devtools-installer", - "version": "2.3.0", + "version": "2.3.1", "description": "Install Chrome extension for Electron, support cjs/esm", "keywords": [ "electron",