chore: bump version

This commit is contained in:
Simon Chan 2023-12-13 13:58:20 +08:00
parent 0a135229a5
commit 6fc88b9b17
No known key found for this signature in database
GPG key ID: A8B69F750B9BCEDD
68 changed files with 360 additions and 260 deletions

View file

@ -1,6 +1,12 @@
{
"name": "@yume-chan/adb-server-node-tcp",
"entries": [
{
"version": "0.0.22",
"tag": "@yume-chan/adb-server-node-tcp_v0.0.22",
"date": "Wed, 13 Dec 2023 05:57:27 GMT",
"comments": {}
},
{
"version": "0.0.21",
"tag": "@yume-chan/adb-server-node-tcp_v0.0.21",

View file

@ -1,6 +1,11 @@
# Change Log - @yume-chan/adb-server-node-tcp
This log was last generated on Fri, 25 Aug 2023 14:05:18 GMT and should not be manually modified.
This log was last generated on Wed, 13 Dec 2023 05:57:27 GMT and should not be manually modified.
## 0.0.22
Wed, 13 Dec 2023 05:57:27 GMT
_Version update only_
## 0.0.21
Fri, 25 Aug 2023 14:05:18 GMT

View file

@ -1,6 +1,6 @@
{
"name": "@yume-chan/adb-server-node-tcp",
"version": "0.0.21",
"version": "0.0.22",
"description": "ADB server connector for `@yume-chan/adb` using Node.js' `net` module",
"keywords": [
"adb",
@ -32,9 +32,9 @@
"lint": "eslint src/**/*.ts --fix"
},
"dependencies": {
"@yume-chan/adb": "workspace:^0.0.21",
"@yume-chan/stream-extra": "workspace:^0.0.21",
"@yume-chan/struct": "workspace:^0.0.21",
"@yume-chan/adb": "workspace:^0.0.22",
"@yume-chan/stream-extra": "workspace:^0.0.22",
"@yume-chan/struct": "workspace:^0.0.22",
"tslib": "^2.6.2"
},
"devDependencies": {