chore(patch): 2.2.4 [skip ci]

## [2.2.4](https://github.com/EyeTrackVR/OpenIris/compare/v2.2.3...v2.2.4) (2023-10-19)

### 🔁 Continuous Integration

* add xiaosense envs to CI pipeline ([29bd8c9](29bd8c9782))
* **ci-fix:** Fix release step ([4e1a177](4e1a177fa2))
This commit is contained in:
semantic-release-bot 2023-10-19 12:51:06 +00:00
parent 4e1a177fa2
commit 84a71f9802
3 changed files with 10 additions and 2 deletions

View File

@ -3,6 +3,14 @@
[![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
## [2.2.4](https://github.com/EyeTrackVR/OpenIris/compare/v2.2.3...v2.2.4) (2023-10-19)
### 🔁 Continuous Integration
* add xiaosense envs to CI pipeline ([29bd8c9](https://github.com/EyeTrackVR/OpenIris/commit/29bd8c978231eca809e857085a89c0bd77ecbcf9))
* **ci-fix:** Fix release step ([4e1a177](https://github.com/EyeTrackVR/OpenIris/commit/4e1a177fa2ae316a6ec4cd1afd599d384d35e915))
## [2.2.3](https://github.com/lorow/OpenIris/compare/v2.2.2...v2.2.3) (2023-04-22)

View File

@ -5,7 +5,7 @@
platform = https://github.com/platformio/platform-espressif32.git
framework = arduino
monitor_speed = 115200
custom_firmware_version = 2.2.3
custom_firmware_version = 2.2.4
monitor_rts = 0
monitor_dtr = 0
monitor_filters =

View File

@ -20,7 +20,7 @@
"include": "/lib/src"
},
"dependencies": {},
"version": "2.2.3",
"version": "2.2.4",
"frameworks": "arduino",
"platforms": "espressif32"
}