Skip to content

Commit 8cbc370

Browse files
authored
Merge pull request #134 from ghostdevv/changeset-release/main
2 parents 005f453 + 75f0335 commit 8cbc370

File tree

5 files changed

+25
-2
lines changed

5 files changed

+25
-2
lines changed

.changeset/pre.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"chilly-pets-speak",
1212
"cool-trees-guess",
1313
"cyan-trainers-whisper",
14+
"dirty-wombats-sip",
1415
"early-cherries-poke",
1516
"famous-books-switch",
1617
"four-panthers-tap",
@@ -49,8 +50,10 @@
4950
"stupid-candles-share",
5051
"sweet-dolls-beg",
5152
"tall-cups-shake",
53+
"unlucky-peas-watch",
5254
"unlucky-snails-suffer",
5355
"wet-sheep-act",
56+
"wild-horses-lie",
5457
"yellow-snakes-thank"
5558
]
5659
}

packages/create-jellycommands/CHANGELOG.md

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

3+
## 0.1.0-next.9
4+
5+
### Minor Changes
6+
7+
- update to discord.js v14 ([#132](https://github.com/ghostdevv/jellycommands/pull/132))
8+
9+
### Patch Changes
10+
11+
- update to discord.js v14 ([#132](https://github.com/ghostdevv/jellycommands/pull/132))
12+
13+
* update docs links ([#133](https://github.com/ghostdevv/jellycommands/pull/133))
14+
315
## 0.0.1-next.8
416

517
### 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.0.1-next.8",
4+
"version": "0.1.0-next.9",
55
"type": "module",
66
"bin": {
77
"create-jellycommands": "src/bin.js"

packages/jellycommands/CHANGELOG.md

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

3+
## 1.0.0-next.32
4+
5+
### Patch Changes
6+
7+
- update to discord.js v14 ([#132](https://github.com/ghostdevv/jellycommands/pull/132))
8+
9+
* update docs links ([#133](https://github.com/ghostdevv/jellycommands/pull/133))
10+
311
## 1.0.0-next.31
412

513
### Patch Changes

packages/jellycommands/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jellycommands",
3-
"version": "1.0.0-next.31",
3+
"version": "1.0.0-next.32",
44
"author": "GHOST",
55
"license": "MIT",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)