Skip to content

Commit ae71da2

Browse files
committed
chore: release v0.2.0
1 parent 84f99bd commit ae71da2

File tree

4 files changed

+30
-3
lines changed

4 files changed

+30
-3
lines changed

CHANGELOG.md

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

2+
## v0.1.2...main
3+
4+
[compare changes](https://github.com/stacksjs/launchpad/compare/v0.1.2...main)
5+
6+
### 🚀 Enhancements
7+
8+
- Add ux for installation process ([a9f5623](https://github.com/stacksjs/launchpad/commit/a9f5623))
9+
- Add search logic ([e1b8bca](https://github.com/stacksjs/launchpad/commit/e1b8bca))
10+
- Add info logic ([3e30296](https://github.com/stacksjs/launchpad/commit/3e30296))
11+
- Add doctor command ([15520aa](https://github.com/stacksjs/launchpad/commit/15520aa))
12+
- Add tags logic ([6a0f65c](https://github.com/stacksjs/launchpad/commit/6a0f65c))
13+
- Add `cache:clear` and `clean` commands ([547ecba](https://github.com/stacksjs/launchpad/commit/547ecba))
14+
15+
### 🏡 Chore
16+
17+
- Wip ([0cc99f3](https://github.com/stacksjs/launchpad/commit/0cc99f3))
18+
- Improve type ([9165be5](https://github.com/stacksjs/launchpad/commit/9165be5))
19+
- Several improvements ([0e16b79](https://github.com/stacksjs/launchpad/commit/0e16b79))
20+
- Adjust readme ([db0da37](https://github.com/stacksjs/launchpad/commit/db0da37))
21+
- Minor updates ([b1ff26b](https://github.com/stacksjs/launchpad/commit/b1ff26b))
22+
- Improve cleanup performance ([2ff1034](https://github.com/stacksjs/launchpad/commit/2ff1034))
23+
- Update pantry ([84f99bd](https://github.com/stacksjs/launchpad/commit/84f99bd))
24+
25+
### ❤️ Contributors
26+
27+
- Chris ([@chrisbbreuer](https://github.com/chrisbbreuer))
28+
229
## v0.1.1...main
330

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

0 commit comments

Comments
 (0)