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",