Skip to content

Commit 8b67b26

Browse files
authored
Merge pull request #151 from ghostdevv/changeset-release/main
2 parents 0089eb3 + 0ac43cc commit 8b67b26

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
"tall-cups-shake",
6565
"unlucky-peas-watch",
6666
"unlucky-snails-suffer",
67+
"violet-ways-reply",
6768
"wet-sheep-act",
6869
"wild-horses-lie",
6970
"yellow-snakes-thank"

packages/create-jellycommands/CHANGELOG.md

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

3+
## 0.1.0-next.12
4+
5+
### Patch Changes
6+
7+
- windows doesn't like the \* character so replace with \_ ([#150](https://github.com/ghostdevv/jellycommands/pull/150))
8+
39
## 0.1.0-next.11
410

511
### Patch Changes

packages/create-jellycommands/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "create-jellycommands",
33
"description": "Get started quickly with jellycommands by running npm init jellycommands",
4-
"version": "0.1.0-next.11",
4+
"version": "0.1.0-next.12",
55
"type": "module",
66
"bin": {
77
"create-jellycommands": "src/bin.js"

0 commit comments

Comments
 (0)