chore(minor): 1.10.0 [skip ci]

## [1.10.0](https://github.com/lorow/OpenIris/compare/v1.9.4...v1.10.0) (2023-03-09)

### 🍕 Features

* add esp32s3 support ([3eeae18](3eeae182ee))
This commit is contained in:
semantic-release-bot 2023-03-09 20:24:07 +00:00
parent 3eeae182ee
commit ec3b7c6b82
2 changed files with 8 additions and 1 deletions

View File

@ -3,6 +3,13 @@
[![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.10.0](https://github.com/lorow/OpenIris/compare/v1.9.4...v1.10.0) (2023-03-09)
### 🍕 Features
* add esp32s3 support ([3eeae18](https://github.com/lorow/OpenIris/commit/3eeae182ee8f85785724aac4177df1ea12c2e407))
## [1.9.4](https://github.com/lorow/OpenIris/compare/v1.9.3...v1.9.4) (2023-03-05)

View File

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