chore(patch): 1.3.3 [skip ci]

## [1.3.3](https://github.com/lorow/OpenIris/compare/v1.3.2...v1.3.3) (2023-02-13)

### 🐛 Bug Fixes

* remove common environment ([acb5e44](acb5e44c03))
This commit is contained in:
semantic-release-bot 2023-02-13 12:46:31 +00:00
parent acb5e44c03
commit 0aeaa07327
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.3.3](https://github.com/lorow/OpenIris/compare/v1.3.2...v1.3.3) (2023-02-13)
### 🐛 Bug Fixes
* remove common environment ([acb5e44](https://github.com/lorow/OpenIris/commit/acb5e44c03e3272e05e003e21b7ffc67be3b4c7c))
## [1.3.2](https://github.com/lorow/OpenIris/compare/v1.3.1...v1.3.2) (2023-02-13) ## [1.3.2](https://github.com/lorow/OpenIris/compare/v1.3.1...v1.3.2) (2023-02-13)

View File

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