Skip to content

Commit 48d3a46

Browse files
committed
chore: release v0.6.4
1 parent f105f02 commit 48d3a46

File tree

4 files changed

+24
-3
lines changed

4 files changed

+24
-3
lines changed

CHANGELOG.md

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

2+
## v0.6.3...main
3+
4+
[compare changes](https://github.com/stacksjs/launchpad/compare/v0.6.3...main)
5+
6+
### 🏡 Chore
7+
8+
- Wip ([3bdb4e4](https://github.com/stacksjs/launchpad/commit/3bdb4e4))
9+
- Wip ([c3e5587](https://github.com/stacksjs/launchpad/commit/c3e5587))
10+
- Wip ([ea25ad4](https://github.com/stacksjs/launchpad/commit/ea25ad4))
11+
- Wip ([e37525d](https://github.com/stacksjs/launchpad/commit/e37525d))
12+
- Wip ([48158c4](https://github.com/stacksjs/launchpad/commit/48158c4))
13+
- Wip ([05306d8](https://github.com/stacksjs/launchpad/commit/05306d8))
14+
- Wip ([09d81ac](https://github.com/stacksjs/launchpad/commit/09d81ac))
15+
- Wip ([26ca5f6](https://github.com/stacksjs/launchpad/commit/26ca5f6))
16+
- Wip ([1f87d46](https://github.com/stacksjs/launchpad/commit/1f87d46))
17+
- Wip ([f105f02](https://github.com/stacksjs/launchpad/commit/f105f02))
18+
19+
### ❤️ Contributors
20+
21+
- Chris ([@chrisbbreuer](https://github.com/chrisbbreuer))
22+
223
## binaries-90...binaries-90
324

425
[compare changes](https://github.com/stacksjs/launchpad/compare/binaries-90...binaries-90)

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.6.3",
4+
"version": "0.6.4",
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.6.3",
3+
"version": "0.6.4",
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.6.3",
4+
"version": "0.6.4",
55
"description": "Like Homebrew, but faster.",
66
"author": "Chris Breuer <[email protected]>",
77
"license": "MIT",

0 commit comments

Comments
 (0)