Skip to content

Commit 03b9fbd

Browse files
committed
chore: release v0.2.3
1 parent 7c77e65 commit 03b9fbd

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

CHANGELOG.md

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

2+
## v0.2.2...main
3+
4+
[compare changes](https://github.com/stacksjs/launchpad/compare/v0.2.2...main)
5+
6+
### 🏡 Chore
7+
8+
- Lint ([2205912](https://github.com/stacksjs/launchpad/commit/2205912))
9+
- Adjust test cases ([3a327bc](https://github.com/stacksjs/launchpad/commit/3a327bc))
10+
11+
### ❤️ Contributors
12+
13+
- Chris ([@chrisbbreuer](https://github.com/chrisbbreuer))
14+
215
## v0.2.1...main
316

417
[compare changes](https://github.com/stacksjs/launchpad/compare/v0.2.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.2.2",
4+
"version": "0.2.3",
55
"private": true,
66
"description": "Like Homebrew, but faster.",
77
"author": "Chris Breuer <chris@stacksjs.org>",

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.2",
3+
"version": "0.2.3",
44
"description": "GitHub Action to install packages using Launchpad.",
55
"author": "Stacks.js <hello@stacks.js.org>",
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.2",
4+
"version": "0.2.3",
55
"description": "Like Homebrew, but faster.",
66
"author": "Chris Breuer <chris@stacksjs.org>",
77
"license": "MIT",

0 commit comments

Comments
 (0)