Skip to content

Commit 224578b

Browse files
authored
Merge pull request #149 from ghostdevv/changeset-release/main
2 parents 9485ba8 + 6721992 commit 224578b

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
@@ -49,6 +49,7 @@
4949
"pink-drinks-learn",
5050
"rare-owls-listen",
5151
"rotten-zebras-perform",
52+
"rude-melons-whisper",
5253
"sharp-shirts-think",
5354
"silly-beers-nail",
5455
"silly-bugs-roll",

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.11
4+
5+
### Patch Changes
6+
7+
- fix gitignore not being copied accross ([`9485ba8`](https://github.com/ghostdevv/jellycommands/commit/9485ba8aff1c159a6fc495a63792da5a1db3b736))
8+
39
## 0.1.0-next.10
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.10",
4+
"version": "0.1.0-next.11",
55
"type": "module",
66
"bin": {
77
"create-jellycommands": "src/bin.js"

0 commit comments

Comments
 (0)