diff --git a/CHANGELOG.md b/CHANGELOG.md index b6f53af..42e565d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.2](https://github.com/liangskyli/umi-electron/compare/v0.1.1...v0.1.2) (2023-09-03) + + +### Bug Fixes + +* peerDependencies electron version ([d1ff766](https://github.com/liangskyli/umi-electron/commit/d1ff766fc1e602db6dcae2151dca2959c8edaa67)) + + + ## [0.1.1](https://github.com/liangskyli/umi-electron/compare/v0.1.0...v0.1.1) (2023-08-05) diff --git a/lerna.json b/lerna.json index 731e25c..73ec5c4 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "npmClient": "pnpm", - "version": "0.1.1", + "version": "0.1.2", "packages": [ "packages/*" ], diff --git a/packages/umijs-plugin-electron/CHANGELOG.md b/packages/umijs-plugin-electron/CHANGELOG.md index e5a4f83..afe686c 100644 --- a/packages/umijs-plugin-electron/CHANGELOG.md +++ b/packages/umijs-plugin-electron/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.2](https://github.com/liangskyli/umi-electron/compare/v0.1.1...v0.1.2) (2023-09-03) + + +### Bug Fixes + +* peerDependencies electron version ([d1ff766](https://github.com/liangskyli/umi-electron/commit/d1ff766fc1e602db6dcae2151dca2959c8edaa67)) + + + ## [0.1.1](https://github.com/liangskyli/umi-electron/compare/v0.1.0...v0.1.1) (2023-08-05) diff --git a/packages/umijs-plugin-electron/package.json b/packages/umijs-plugin-electron/package.json index 87f4dc3..b71a1e0 100644 --- a/packages/umijs-plugin-electron/package.json +++ b/packages/umijs-plugin-electron/package.json @@ -1,6 +1,6 @@ { "name": "@liangskyli/umijs-plugin-electron", - "version": "0.1.1", + "version": "0.1.2", "description": "Umi plugin for electron", "author": "liangsky <640634387@qq.com>", "homepage": "https://github.com/liangskyli/umi-electron#readme",