From 15be49bfba921cb76cb27ea2e0e802af4cb2f054 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 1 Aug 2021 15:39:55 +0000 Subject: [PATCH] chore(deploy): Release --- .changeset/stale-chairs-dress.md | 5 ----- CHANGELOG.md | 16 ++++++++++++++++ packages/electron-updater/CHANGELOG.md | 6 ++++++ packages/electron-updater/package.json | 2 +- 4 files changed, 23 insertions(+), 6 deletions(-) delete mode 100644 .changeset/stale-chairs-dress.md diff --git a/.changeset/stale-chairs-dress.md b/.changeset/stale-chairs-dress.md deleted file mode 100644 index d02f103a837..00000000000 --- a/.changeset/stale-chairs-dress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"electron-updater": patch ---- - -fix(electron-updater): small cleanup and add more debug logging for MacUpdater to investigate #6120 diff --git a/CHANGELOG.md b/CHANGELOG.md index 635822c90f5..9663c1b5540 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +# [](https://github.com/electron-userland/electron-builder/compare/v22.11.11...v) (2021-08-01) + + +### Bug Fixes + +* **electron-updater:** small cleanup and add more debug logging for MacUpdater to investigate [#6120](https://github.com/electron-userland/electron-builder/issues/6120) ([#6122](https://github.com/electron-userland/electron-builder/issues/6122)) ([ae81dfa](https://github.com/electron-userland/electron-builder/commit/ae81dfae519435355fc079c76fc16ac25216bf38)) +* **electron-updater:** use tag name instead of version when resolving GitHub files ([#6117](https://github.com/electron-userland/electron-builder/issues/6117)) ([dcf03a6](https://github.com/electron-userland/electron-builder/commit/dcf03a67a8a0d4cec4422cda0aa2585f7f54a384)) +* **nsis:** should close app when `Silent` and `ONE_CLICK` ([#6100](https://github.com/electron-userland/electron-builder/issues/6100)) ([baf640d](https://github.com/electron-userland/electron-builder/commit/baf640da459dc667240e6015deaf11adb2155063)) + + +### Features + +* **portable:** Adding support for unique dir on each portable app launch ([#6093](https://github.com/electron-userland/electron-builder/issues/6093)) ([f8e16db](https://github.com/electron-userland/electron-builder/commit/f8e16db5393f663724e9c03ceab87698a252c934)), closes [#5764](https://github.com/electron-userland/electron-builder/issues/5764) [#5382](https://github.com/electron-userland/electron-builder/issues/5382) [#4105](https://github.com/electron-userland/electron-builder/issues/4105) + + + # (2021-07-29) diff --git a/packages/electron-updater/CHANGELOG.md b/packages/electron-updater/CHANGELOG.md index c310226201e..c749ee86b65 100644 --- a/packages/electron-updater/CHANGELOG.md +++ b/packages/electron-updater/CHANGELOG.md @@ -1,5 +1,11 @@ ## 4.3.0 +## 4.4.4 + +### Patch Changes + +- ae81dfae: fix(electron-updater): small cleanup and add more debug logging for MacUpdater to investigate #6120 + ## 4.4.3 ### Patch Changes diff --git a/packages/electron-updater/package.json b/packages/electron-updater/package.json index 53338a9efb1..1a31a425f72 100644 --- a/packages/electron-updater/package.json +++ b/packages/electron-updater/package.json @@ -1,6 +1,6 @@ { "name": "electron-updater", - "version": "4.4.3", + "version": "4.4.4", "description": "Cross platform updater for electron applications", "main": "out/main.js", "author": "Vladimir Krivosheev",