Skip to content

Commit 9809f04

Browse files
committed
chore: wip
1 parent 1f7d8b7 commit 9809f04

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Publish VS Code Extension
5757
run: |
5858
cd storage/framework/ide/vscode
59-
npm ci
59+
npm install
6060
vsce publish
6161
cd ../../../../
6262
env:

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Stacks Changelog
22

3+
## v0.64.2...v0.64.3
4+
5+
[compare changes](https://github.com/stacksjs/stacks/compare/v0.64.2...v0.64.3)
6+
7+
### 🏡 Chore
8+
9+
- Wip ([67e84e041](https://github.com/stacksjs/stacks/commit/67e84e041))
10+
- Wip ([b15cae608](https://github.com/stacksjs/stacks/commit/b15cae608))
11+
- Release v0.64.3 ([1f7d8b7a9](https://github.com/stacksjs/stacks/commit/1f7d8b7a9))
12+
13+
### ❤️ Contributors
14+
15+
- Chris <chrisbreuer93@gmail.com>
16+
317
## v0.64.1...v0.64.2
418

519
[compare changes](https://github.com/stacksjs/stacks/compare/v0.64.1...v0.64.2)

0 commit comments

Comments
 (0)