Skip to content

Commit

Permalink
chore(deploy): Release (#6146)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Aug 12, 2021
1 parent 17c6c8b commit 2656b5e
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/brave-plants-occur.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/honest-comics-switch.md

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,13 @@
# [](https://github.com/electron-userland/electron-builder/compare/v22.12.0...v) (2021-08-12)


### Bug Fixes

* console log data for electron-updater blockmaps are far too large ([#6143](https://github.com/electron-userland/electron-builder/issues/6143)) ([ae363e5](https://github.com/electron-userland/electron-builder/commit/ae363e51957d0abfc7d848f51aa23c7e5faf5f33))
* **electron-updater:** fix import errors ([#6140](https://github.com/electron-userland/electron-builder/issues/6140)) ([a3f2cd1](https://github.com/electron-userland/electron-builder/commit/a3f2cd1565771c8ce6c5a4b40d1c88316a75dff3)), closes [#6134](https://github.com/electron-userland/electron-builder/issues/6134)



# [](https://github.com/electron-userland/electron-builder/compare/v22.11.11...v) (2021-08-09)


Expand Down
7 changes: 7 additions & 0 deletions packages/electron-updater/CHANGELOG.md
@@ -1,5 +1,12 @@
## 4.3.0

## 4.4.5

### Patch Changes

- a3f2cd15: fix(electron-updater): default import throws error for fs and path leading to always requiring elevation
- ae363e51: fix: removing data from error being thrown. It's unnecessary and also unnecessarily large to be passing to the console. Resolves: #6131

## 4.4.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/electron-updater/package.json
@@ -1,6 +1,6 @@
{
"name": "electron-updater",
"version": "4.4.4",
"version": "4.4.5",
"description": "Cross platform updater for electron applications",
"main": "out/main.js",
"author": "Vladimir Krivosheev",
Expand Down

0 comments on commit 2656b5e

Please sign in to comment.