From 8aea886099afb1966b5ce7a8d24eeea020963a4f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 10 Feb 2023 21:42:28 +0000 Subject: [PATCH] chore(patch): 1.1.5 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.1.5](https://github.com/RedHawk989/EyeTrackVR-Docs/compare/v1.1.4...v1.1.5) (2023-02-10) ### 🐛 Bug Fixes * dead link to parts list ([73a3b10](https://github.com/RedHawk989/EyeTrackVR-Docs/commit/73a3b1005ef01ada4f2edd1d3852e952dd771ef5)) --- CHANGELOG.md | 7 +++++++ vitepress/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1a6aac..d154fb1 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.5](https://github.com/RedHawk989/EyeTrackVR-Docs/compare/v1.1.4...v1.1.5) (2023-02-10) + + +### 🐛 Bug Fixes + +* dead link to parts list ([73a3b10](https://github.com/RedHawk989/EyeTrackVR-Docs/commit/73a3b1005ef01ada4f2edd1d3852e952dd771ef5)) + ## [1.1.4](https://github.com/RedHawk989/EyeTrackVR-Docs/compare/v1.1.3...v1.1.4) (2023-02-10) diff --git a/vitepress/package.json b/vitepress/package.json index d4bd820..e3659f3 100644 --- a/vitepress/package.json +++ b/vitepress/package.json @@ -1,6 +1,6 @@ { "name": "etvr_docs", - "version": "1.1.4", + "version": "1.1.5", "description": "Official Docs for ETVR", "repository": "https://github.com/RedHawk989/EyeTrackVR", "author": "DaOfficialWizard",