Skip to content

Commit 79bfbc9

Browse files
committed
chore: release v0.2.1
1 parent b7cbaf4 commit 79bfbc9

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

CHANGELOG.md

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

2+
## v0.2.0...main
3+
4+
[compare changes](https://github.com/stacksjs/launchpad/compare/v0.2.0...main)
5+
6+
### 🏡 Chore
7+
8+
- Slightly improve install output ([9c9ef25](https://github.com/stacksjs/launchpad/commit/9c9ef25))
9+
- Improve `update` command ([1656f62](https://github.com/stacksjs/launchpad/commit/1656f62))
10+
- Improve jsdocs ([b7cbaf4](https://github.com/stacksjs/launchpad/commit/b7cbaf4))
11+
12+
### ❤️ Contributors
13+
14+
- Chris ([@chrisbbreuer](https://github.com/chrisbbreuer))
15+
216
## v0.1.2...main
317

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

0 commit comments

Comments
 (0)