minor patch

This commit is contained in:
Drylozu 2023-12-18 21:19:17 -05:00
parent a850a14a2d
commit 37e4125a20
No known key found for this signature in database
GPG Key ID: 7984B24A2495B11E
6 changed files with 28 additions and 4 deletions

View File

@ -1,5 +1,15 @@
# @biscuitland/core
## 3.0.12
### Patch Changes
- new changes
- new changes
- Updated dependencies
- Updated dependencies
- @biscuitland/ws@3.0.12
## 3.0.8
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@biscuitland/core",
"version": "3.0.11",
"version": "3.0.12",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
@ -25,7 +25,7 @@
"dependencies": {
"@biscuitland/common": "^0.0.10",
"@biscuitland/rest": "^3.0.7",
"@biscuitland/ws": "^3.0.11",
"@biscuitland/ws": "^3.0.12",
"eventemitter2": "^6.4.9"
},
"devDependencies": {

View File

@ -1,5 +1,12 @@
# @biscuitland/helpers
## 3.0.14
### Patch Changes
- new changes
- new changes
## 3.0.11
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@biscuitland/helpers",
"version": "3.0.13",
"version": "3.0.14",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",

View File

@ -1,5 +1,12 @@
# @biscuitland/ws
## 3.0.12
### Patch Changes
- new changes
- new changes
## 3.0.9
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@biscuitland/ws",
"version": "3.0.11",
"version": "3.0.12",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",