From 0b32c1f10be7d51d9eaf07106a08a804481c6e95 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 10 Feb 2023 21:37:51 +0000 Subject: [PATCH] chore(patch): 1.1.4 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.1.4](https://github.com/RedHawk989/EyeTrackVR-Docs/compare/v1.1.3...v1.1.4) (2023-02-10) ### 📝 Documentation * update intro, parts list, ([a2f7648](https://github.com/RedHawk989/EyeTrackVR-Docs/commit/a2f76487d9808a40d46fa8ecfe97cca73fad5470)) ### 🐛 Bug Fixes * fix dead parts list link on full build guide ([f857896](https://github.com/RedHawk989/EyeTrackVR-Docs/commit/f857896bd77692911907407cb5fb3053e2358507)) --- CHANGELOG.md | 12 ++++++++++++ vitepress/package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b92d97..f1a6aac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ [![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.4](https://github.com/RedHawk989/EyeTrackVR-Docs/compare/v1.1.3...v1.1.4) (2023-02-10) + + +### 📝 Documentation + +* update intro, parts list, ([a2f7648](https://github.com/RedHawk989/EyeTrackVR-Docs/commit/a2f76487d9808a40d46fa8ecfe97cca73fad5470)) + + +### 🐛 Bug Fixes + +* fix dead parts list link on full build guide ([f857896](https://github.com/RedHawk989/EyeTrackVR-Docs/commit/f857896bd77692911907407cb5fb3053e2358507)) + ## [1.1.3](https://github.com/RedHawk989/EyeTrackVR-Docs/compare/v1.1.2...v1.1.3) (2023-02-05) diff --git a/vitepress/package.json b/vitepress/package.json index f9c2a0d..d4bd820 100644 --- a/vitepress/package.json +++ b/vitepress/package.json @@ -1,6 +1,6 @@ { "name": "etvr_docs", - "version": "1.1.3", + "version": "1.1.4", "description": "Official Docs for ETVR", "repository": "https://github.com/RedHawk989/EyeTrackVR", "author": "DaOfficialWizard",