chore(patch): 1.4.2 [skip ci]

## [1.4.2](https://github.com/lorow/OpenIris/compare/v1.4.1...v1.4.2) (2023-02-27)

### 🐛 Bug Fixes

* fix compiler error if not git repo ([1704459](17044593ab))
This commit is contained in:
semantic-release-bot 2023-02-27 11:51:41 +00:00
parent 17044593ab
commit b902b0e0d3
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.4.2](https://github.com/lorow/OpenIris/compare/v1.4.1...v1.4.2) (2023-02-27)
### 🐛 Bug Fixes
* fix compiler error if not git repo ([1704459](https://github.com/lorow/OpenIris/commit/17044593aba94eb69965b21925f40b2ac66f004b))
## [1.4.1](https://github.com/lorow/OpenIris/compare/v1.4.0...v1.4.1) (2023-02-27)

View File

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