Skip to content

Commit bb53bd6

Browse files
authored
Merge pull request #23 from spencerkit/changeset-release/main
release: version packages
2 parents fd4d47a + ed71b39 commit bb53bd6

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.changeset/late-seals-travel.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/cli/CHANGELOG.md

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

3+
## 0.3.1
4+
5+
### Patch Changes
6+
7+
- [#21](https://github.com/spencerkit/coder-studio/pull/21) [`ce9607d`](https://github.com/spencerkit/coder-studio/commit/ce9607daba95019a4a5cdf2a2df8b78fbbf38b53) Thanks [@pallyoung](https://github.com/pallyoung)! - Refactor the CLI entry structure so the executable wrapper only launches the command entrypoint, while the reusable CLI logic lives in a separate module. This fixes cases where globally installed `coder-studio` commands could fail to print output because the entry module was misdetected.
8+
39
## 0.3.0
410

511
### Minor Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spencer-kit/coder-studio",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"type": "module",
55
"description": "Coder Studio CLI - The only published package",
66
"main": "./src/index.ts",

0 commit comments

Comments
 (0)