mirror of
https://github.com/EyeTrackVR/OpenIris.git
synced 2025-11-04 15:39:42 +08:00
chore(patch): 1.0.2 [skip ci]
## [1.0.2](https://github.com/lorow/OpenIris/compare/v1.0.1...v1.0.2) (2023-03-21) ### 🐛 Bug Fixes * permission denied issue with shell script ([6cc8985](6cc8985413)) * release version out of sync ([78df345](78df34542f)) * release version out of sync ([65ffbbd](65ffbbd038))
This commit is contained in:
parent
6cc8985413
commit
aee0719ee5
@ -3,6 +3,15 @@
|
||||
[](https://semver.org)
|
||||
> All notable changes to this project will be documented in this file
|
||||
|
||||
## [1.0.2](https://github.com/lorow/OpenIris/compare/v1.0.1...v1.0.2) (2023-03-21)
|
||||
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
|
||||
* permission denied issue with shell script ([6cc8985](https://github.com/lorow/OpenIris/commit/6cc8985413066592d00a1054ca19629f73af6a39))
|
||||
* release version out of sync ([78df345](https://github.com/lorow/OpenIris/commit/78df34542f9dad483c38b5e042518083f55cb0f8))
|
||||
* release version out of sync ([65ffbbd](https://github.com/lorow/OpenIris/commit/65ffbbd03848c211b186c10f79bddb1a70e4c236))
|
||||
|
||||
## [1.0.1](https://github.com/lorow/OpenIris/compare/v1.0.0...v1.0.1) (2023-03-21)
|
||||
|
||||
|
||||
|
||||
@ -1,26 +1,26 @@
|
||||
{
|
||||
"name": "OpenIris",
|
||||
"keywords": "esp32S, openiris, openiris-esp32s, webcam, streaming server",
|
||||
"description": "openiris library",
|
||||
"authors": [
|
||||
{
|
||||
"name": "lorow",
|
||||
"url": "https://github.com/lorow"
|
||||
},
|
||||
{
|
||||
"name": "ZanzyTHEbar",
|
||||
"url": "https://github.com/ZanzyTHEbar"
|
||||
}
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/lorow/OpenIris.git"
|
||||
"name": "OpenIris",
|
||||
"keywords": "esp32S, openiris, openiris-esp32s, webcam, streaming server",
|
||||
"description": "openiris library",
|
||||
"authors": [
|
||||
{
|
||||
"name": "lorow",
|
||||
"url": "https://github.com/lorow"
|
||||
},
|
||||
"export": {
|
||||
"include": "/lib/src"
|
||||
},
|
||||
"dependencies": {},
|
||||
"version": "1.0.1",
|
||||
"frameworks": "arduino",
|
||||
"platforms": "espressif32"
|
||||
{
|
||||
"name": "ZanzyTHEbar",
|
||||
"url": "https://github.com/ZanzyTHEbar"
|
||||
}
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/lorow/OpenIris.git"
|
||||
},
|
||||
"export": {
|
||||
"include": "/lib/src"
|
||||
},
|
||||
"dependencies": {},
|
||||
"version": "1.0.2",
|
||||
"frameworks": "arduino",
|
||||
"platforms": "espressif32"
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user