Skip to content

Commit 0acf2b2

Browse files
committed
chore: release v0.5.0
1 parent 6d828ef commit 0acf2b2

File tree

4 files changed

+56
-3
lines changed

4 files changed

+56
-3
lines changed

CHANGELOG.md

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

2+
## v0.4.26...main
3+
4+
[compare changes](https://github.com/stacksjs/launchpad/compare/v0.4.26...main)
5+
6+
### 🚀 Enhancements
7+
8+
- Add `keep-global` option ([2a1f733](https://github.com/stacksjs/launchpad/commit/2a1f733))
9+
- Add service management ([c60a4b0](https://github.com/stacksjs/launchpad/commit/c60a4b0))
10+
11+
### 🏡 Chore
12+
13+
- More minor output improvements ([3b10af8](https://github.com/stacksjs/launchpad/commit/3b10af8))
14+
- Improve output ([4f951e4](https://github.com/stacksjs/launchpad/commit/4f951e4))
15+
- Wip ([7cda06a](https://github.com/stacksjs/launchpad/commit/7cda06a))
16+
- Wip ([432f1a4](https://github.com/stacksjs/launchpad/commit/432f1a4))
17+
- Wip ([49cd237](https://github.com/stacksjs/launchpad/commit/49cd237))
18+
- Wip ([c6cca34](https://github.com/stacksjs/launchpad/commit/c6cca34))
19+
- Wip ([281ace0](https://github.com/stacksjs/launchpad/commit/281ace0))
20+
- Wip ([70cc47d](https://github.com/stacksjs/launchpad/commit/70cc47d))
21+
- Wip ([85bfc81](https://github.com/stacksjs/launchpad/commit/85bfc81))
22+
- Wip ([655fb23](https://github.com/stacksjs/launchpad/commit/655fb23))
23+
- Ensure cli is built ([84e8207](https://github.com/stacksjs/launchpad/commit/84e8207))
24+
- Wip ([e1fdf6e](https://github.com/stacksjs/launchpad/commit/e1fdf6e))
25+
- Adjust activation message logic ([a99d9f5](https://github.com/stacksjs/launchpad/commit/a99d9f5))
26+
- Improve dependency resolution ([dac21ff](https://github.com/stacksjs/launchpad/commit/dac21ff))
27+
- Wip ([5548fcf](https://github.com/stacksjs/launchpad/commit/5548fcf))
28+
- Wip ([7476202](https://github.com/stacksjs/launchpad/commit/7476202))
29+
- Wip ([bbe5338](https://github.com/stacksjs/launchpad/commit/bbe5338))
30+
- Wip ([fe800f8](https://github.com/stacksjs/launchpad/commit/fe800f8))
31+
- Wip ([5eb64b3](https://github.com/stacksjs/launchpad/commit/5eb64b3))
32+
- Wip ([6fb12b7](https://github.com/stacksjs/launchpad/commit/6fb12b7))
33+
- Wip ([d56d2c6](https://github.com/stacksjs/launchpad/commit/d56d2c6))
34+
- Wip ([57ad50b](https://github.com/stacksjs/launchpad/commit/57ad50b))
35+
- Improve library path management ([7e319c7](https://github.com/stacksjs/launchpad/commit/7e319c7))
36+
- Wip ([452a6d6](https://github.com/stacksjs/launchpad/commit/452a6d6))
37+
- Wip ([5ab5c64](https://github.com/stacksjs/launchpad/commit/5ab5c64))
38+
- Wip ([0d8ac79](https://github.com/stacksjs/launchpad/commit/0d8ac79))
39+
- Wip ([51f2721](https://github.com/stacksjs/launchpad/commit/51f2721))
40+
- Wip ([afffc8a](https://github.com/stacksjs/launchpad/commit/afffc8a))
41+
- Wip ([ec57a27](https://github.com/stacksjs/launchpad/commit/ec57a27))
42+
- Wip ([c89d4c4](https://github.com/stacksjs/launchpad/commit/c89d4c4))
43+
- Wip ([bb44857](https://github.com/stacksjs/launchpad/commit/bb44857))
44+
- Wip ([5ca3b63](https://github.com/stacksjs/launchpad/commit/5ca3b63))
45+
- Wip ([80be6da](https://github.com/stacksjs/launchpad/commit/80be6da))
46+
- Wip ([ac7fa1f](https://github.com/stacksjs/launchpad/commit/ac7fa1f))
47+
- Wip ([df31e9a](https://github.com/stacksjs/launchpad/commit/df31e9a))
48+
- Wip ([43f0137](https://github.com/stacksjs/launchpad/commit/43f0137))
49+
- Wip ([6d828ef](https://github.com/stacksjs/launchpad/commit/6d828ef))
50+
51+
### ❤️ Contributors
52+
53+
- Chris ([@chrisbbreuer](https://github.com/chrisbbreuer))
54+
255
## v0.4.25...main
356

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

0 commit comments

Comments
 (0)