Skip to content

Commit d971224

Browse files
chore(deploy): Release v5.0.0-alpha.11 (alpha) (#144)
1 parent 0d13c80 commit d971224

File tree

5 files changed

+13
-6
lines changed

5 files changed

+13
-6
lines changed

.changeset/pre.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"strange-pianos-move",
2424
"tasty-houses-drum",
2525
"tasty-humans-clean",
26-
"twelve-islands-carry"
26+
"twelve-islands-carry",
27+
"unlucky-brooms-melt"
2728
]
2829
}

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# app-builder-bin
22

3+
## 5.0.0-alpha.11
4+
5+
### Patch Changes
6+
7+
- [#143](https://github.com/develar/app-builder/pull/143) [`0d13c80`](https://github.com/develar/app-builder/commit/0d13c801c7657ba04a25f68c379d469b62e18725) Thanks [@beyondkmp](https://github.com/beyondkmp)! - fix: cannot find module(archiver-utils)
8+
39
## 5.0.0-alpha.10
410

511
### Patch Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "app-builder-bin",
33
"description": "app-builder precompiled binaries",
4-
"version": "5.0.0-alpha.10",
4+
"version": "5.0.0-alpha.11",
55
"files": [
66
"index.js",
77
"mac",

pkg/package-format/bindata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/package-format/snap/snapScripts.go

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)