From f0bd092c6abfac32b334af0c3f145413453b8524 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 27 Feb 2023 12:23:46 +0000 Subject: [PATCH] chore(minor): 1.5.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.5.0](https://github.com/lorow/OpenIris/compare/v1.4.2...v1.5.0) (2023-02-27) ### 🍕 Features * add note about bug for apostrophes ([acad1da](https://github.com/lorow/OpenIris/commit/acad1dafb9c28c07ff53ead0d573f6f7f3729f13)) --- CHANGELOG.md | 7 +++++++ ESP/lib/library.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6df3ba..2e20e66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.5.0](https://github.com/lorow/OpenIris/compare/v1.4.2...v1.5.0) (2023-02-27) + + +### 🍕 Features + +* add note about bug for apostrophes ([acad1da](https://github.com/lorow/OpenIris/commit/acad1dafb9c28c07ff53ead0d573f6f7f3729f13)) + ## [1.4.2](https://github.com/lorow/OpenIris/compare/v1.4.1...v1.4.2) (2023-02-27) diff --git a/ESP/lib/library.json b/ESP/lib/library.json index 0701a32..a4f66ac 100644 --- a/ESP/lib/library.json +++ b/ESP/lib/library.json @@ -20,7 +20,7 @@ "include": "/lib/src" }, "dependencies": {}, - "version": "1.4.2", + "version": "1.5.0", "frameworks": "arduino", "platforms": "espressif32" }