chore(main): release 1.0.1

This commit is contained in:
viarotel 2023-09-16 23:52:05 +08:00
parent a8c7a6a8bf
commit 0f4c163ad0
2 changed files with 8 additions and 1 deletions

View File

@ -1,5 +1,12 @@
# Changelog # Changelog
## [1.0.1](https://github.com/viarotel-org/escrcpy/compare/v1.0.0...v1.0.1) (2023-09-16)
### Bug Fixes
* 🔧 去除未测试环境的打包以修复构建失败的问题 ([d6ec7fd](https://github.com/viarotel-org/escrcpy/commit/d6ec7fdfbe9a079619da5c97f8512cffb91491ce))
## 1.0.0 (2023-09-16) ## 1.0.0 (2023-09-16)

View File

@ -1,6 +1,6 @@
{ {
"name": "escrcpy", "name": "escrcpy",
"version": "1.0.0", "version": "1.0.1",
"description": "Scrcpy Powered by Electron", "description": "Scrcpy Powered by Electron",
"author": "viarotel", "author": "viarotel",
"homepage": "https://github.com/viarotel-org/escrcpy", "homepage": "https://github.com/viarotel-org/escrcpy",