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