chore(patch): 1.0.3 [skip ci]

## [1.0.3](https://github.com/lorow/OpenIris/compare/v1.0.2...v1.0.3) (2023-03-21)

### 🐛 Bug Fixes

* trying to fix error in release script ([6e627fb](6e627fb873))
This commit is contained in:
semantic-release-bot 2023-03-21 13:35:50 +00:00
parent 6e627fb873
commit b639d9a530
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) [![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 > All notable changes to this project will be documented in this file
## [1.0.3](https://github.com/lorow/OpenIris/compare/v1.0.2...v1.0.3) (2023-03-21)
### 🐛 Bug Fixes
* trying to fix error in release script ([6e627fb](https://github.com/lorow/OpenIris/commit/6e627fb873b7961633644e06ca18d8081e025e0f))
## [1.0.2](https://github.com/lorow/OpenIris/compare/v1.0.1...v1.0.2) (2023-03-21) ## [1.0.2](https://github.com/lorow/OpenIris/compare/v1.0.1...v1.0.2) (2023-03-21)

View File

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