From 503a8560bec0a6b511e6815222ca97249f38bdf5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 31 Jan 2023 10:46:49 +0000 Subject: [PATCH] chore(patch): 1.1.2 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.1.2](https://github.com/RedHawk989/EyeTrackVR-Docs/compare/v1.1.1...v1.1.2) (2023-01-31) ### 🐛 Bug Fixes * fix docsfor firmware config ([a74111e](https://github.com/RedHawk989/EyeTrackVR-Docs/commit/a74111e9e9e2a6e8b906adf387248f163f83c934)) --- CHANGELOG.md | 7 +++++++ vitepress/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e1bd29..8f8e43c 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.1.2](https://github.com/RedHawk989/EyeTrackVR-Docs/compare/v1.1.1...v1.1.2) (2023-01-31) + + +### 🐛 Bug Fixes + +* fix docsfor firmware config ([a74111e](https://github.com/RedHawk989/EyeTrackVR-Docs/commit/a74111e9e9e2a6e8b906adf387248f163f83c934)) + ## [1.1.1](https://github.com/RedHawk989/EyeTrackVR-Docs/compare/v1.1.0...v1.1.1) (2023-01-28) diff --git a/vitepress/package.json b/vitepress/package.json index 83f5f86..d6d5993 100644 --- a/vitepress/package.json +++ b/vitepress/package.json @@ -1,6 +1,6 @@ { "name": "etvr_docs", - "version": "1.1.1", + "version": "1.1.2", "description": "Official Docs for ETVR", "repository": "https://github.com/RedHawk989/EyeTrackVR", "author": "DaOfficialWizard",