We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55cbf5d commit 7dd0563Copy full SHA for 7dd0563
docs/release-checklist.md
@@ -18,7 +18,7 @@ This is the checklist to follow before releasing any Beak update!
18
19
- Update version in `@beak/electron-host/package.json`
20
- Commit the above
21
-- Tag the release `vx.x.x`
+- Tag the release `beak-app@x.x.x`
22
- Setup GitHub release
23
24
### Watch along
packages/electron-host/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@beak/electron-host",
3
"description": "A feathery cross-platform API crafting tool",
4
- "version": "1.1.5",
+ "version": "1.1.6",
5
"private": true,
6
"author": {
7
"name": "Alexander Forbes-Reed (0xdeafcafe)",
0 commit comments