chore: version 1.0.0

This commit is contained in:
Simon Chan 2024-12-02 10:36:49 +08:00
parent d8301a61f2
commit c0d0695285
No known key found for this signature in database
GPG key ID: A8B69F750B9BCEDD
47 changed files with 413 additions and 130 deletions

View file

@ -1,24 +1,44 @@
# Change Log - @yume-chan/adb-server-node-tcp
## 1.0.1
### Patch Changes
- 53688d3: Use PNPM workspace and Changesets to manage the monorepo.
Because Changesets doesn't support alpha versions (`0.x.x`), this version is `1.0.0`. Future versions will follow SemVer rules, for example, breaking API changes will introduce a new major version.
- Updated dependencies [53688d3]
- Updated dependencies [db8466f]
- Updated dependencies [db8466f]
- Updated dependencies [ea5002b]
- Updated dependencies [db8466f]
- @yume-chan/stream-extra@1.0.1
- @yume-chan/struct@1.0.1
- @yume-chan/adb@1.0.1
This log was last generated on Tue, 18 Jun 2024 02:49:43 GMT and should not be manually modified.
## 0.0.24
Tue, 18 Jun 2024 02:49:43 GMT
_Version update only_
## 0.0.23
Thu, 21 Mar 2024 03:15:10 GMT
_Version update only_
## 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
_Initial release_

View file

@ -1,6 +1,6 @@
{
"name": "@yume-chan/adb-server-node-tcp",
"version": "0.0.24",
"version": "1.0.0",
"description": "ADB server connector for `@yume-chan/adb` using Node.js' `net` module",
"keywords": [
"adb",