From 8db9be06de688f691716d048f00ebbc847601f91 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 12 Jul 2025 22:32:18 +0000 Subject: [PATCH] chore(minor): 1.10.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.10.0](https://github.com/EyeTrackVR/EyeTrackVR-Docs/compare/v1.9.1...v1.10.0) (2025-07-12) ### 🍕 Features * update part list links ([bbd37a9](https://github.com/EyeTrackVR/EyeTrackVR-Docs/commit/bbd37a98795b6beef6c377fae86cff990af97143)) ### 📝 Documentation * fix led typo in full build ([4337ea5](https://github.com/EyeTrackVR/EyeTrackVR-Docs/commit/4337ea56018771d090c53162a79cb11d29a6b7a2)) --- CHANGELOG.md | 12 ++++++++++++ vitepress/package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 111ddc8..9bddf0e 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.10.0](https://github.com/EyeTrackVR/EyeTrackVR-Docs/compare/v1.9.1...v1.10.0) (2025-07-12) + + +### 🍕 Features + +* update part list links ([bbd37a9](https://github.com/EyeTrackVR/EyeTrackVR-Docs/commit/bbd37a98795b6beef6c377fae86cff990af97143)) + + +### 📝 Documentation + +* fix led typo in full build ([4337ea5](https://github.com/EyeTrackVR/EyeTrackVR-Docs/commit/4337ea56018771d090c53162a79cb11d29a6b7a2)) + ## [1.9.1](https://github.com/EyeTrackVR/EyeTrackVR-Docs/compare/v1.9.0...v1.9.1) (2025-05-01) diff --git a/vitepress/package.json b/vitepress/package.json index 76170c3..6fc74c3 100644 --- a/vitepress/package.json +++ b/vitepress/package.json @@ -1,6 +1,6 @@ { "name": "etvr_docs", - "version": "1.9.1", + "version": "1.10.0", "description": "Official Docs for ETVR", "repository": "https://github.com/EyeTrackVR/EyeTrackVR", "author": "DaOfficialWizard",