Skip to content

Commit 799caec

Browse files
committed
chore: release v0.6.0
1 parent c8866f2 commit 799caec

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
11

2+
## binaries-79...main
3+
4+
[compare changes](https://github.com/stacksjs/launchpad/compare/binaries-79...main)
5+
6+
### 🏡 Chore
7+
8+
- Wip ([ee52259](https://github.com/stacksjs/launchpad/commit/ee52259))
9+
- Wip ([1782c6d](https://github.com/stacksjs/launchpad/commit/1782c6d))
10+
- Wip ([a9c719a](https://github.com/stacksjs/launchpad/commit/a9c719a))
11+
- Wip ([5d744b5](https://github.com/stacksjs/launchpad/commit/5d744b5))
12+
- Wip ([c8866f2](https://github.com/stacksjs/launchpad/commit/c8866f2))
13+
14+
### ❤️ Contributors
15+
16+
- Chris ([@chrisbbreuer](https://github.com/chrisbbreuer))
17+
218
## v0.5.1...main
319

420
[compare changes](https://github.com/stacksjs/launchpad/compare/v0.5.1...main)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "launchpad",
33
"type": "module",
4-
"version": "0.5.2",
4+
"version": "0.6.0",
55
"private": true,
66
"description": "Like Homebrew, but faster.",
77
"author": "Chris Breuer <[email protected]>",

packages/action/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "launchpad-installer",
3-
"version": "0.5.2",
3+
"version": "0.6.0",
44
"description": "GitHub Action to install packages using Launchpad.",
55
"author": "Stacks.js <[email protected]>",
66
"license": "MIT",

packages/launchpad/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stacksjs/launchpad",
33
"type": "module",
4-
"version": "0.5.2",
4+
"version": "0.6.0",
55
"description": "Like Homebrew, but faster.",
66
"author": "Chris Breuer <[email protected]>",
77
"license": "MIT",

0 commit comments

Comments
 (0)