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:
semantic-release-bot 2023-03-21 13:09:10 +00:00
parent 6cc8985413
commit aee0719ee5
2 changed files with 32 additions and 23 deletions

View File

@ -3,6 +3,15 @@
[![semantic versioning](https://img.shields.io/badge/semantic%20versioning-2.0.0-green.svg)](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)

View File

@ -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"
}