Skip to content

Commit 1eb6dd6

Browse files
committed
chore: release v0.3.2
1 parent 8219e39 commit 1eb6dd6

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

CHANGELOG.md

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

2+
## v0.3.1...main
3+
4+
[compare changes](https://github.com/stacksjs/launchpad/compare/v0.3.1...main)
5+
6+
### 🏡 Chore
7+
8+
- Wip ([34b793f](https://github.com/stacksjs/launchpad/commit/34b793f))
9+
- Wip ([cfd8a5e](https://github.com/stacksjs/launchpad/commit/cfd8a5e))
10+
- Wip ([d45c846](https://github.com/stacksjs/launchpad/commit/d45c846))
11+
- Wip ([8219e39](https://github.com/stacksjs/launchpad/commit/8219e39))
12+
13+
### ❤️ Contributors
14+
15+
- Chris ([@chrisbbreuer](https://github.com/chrisbbreuer))
16+
217
## v0.3.0...main
318

419
[compare changes](https://github.com/stacksjs/launchpad/compare/v0.3.0...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.3.1",
4+
"version": "0.3.2",
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.3.1",
3+
"version": "0.3.2",
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.3.1",
4+
"version": "0.3.2",
55
"description": "Like Homebrew, but faster.",
66
"author": "Chris Breuer <[email protected]>",
77
"license": "MIT",

0 commit comments

Comments
 (0)