From 5a2910b2b3ad608ffb94b96fc1b70a75e1d10bf4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 29 Jun 2024 19:10:03 +0000 Subject: [PATCH] chore(minor): 1.7.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.7.0](https://github.com/EyeTrackVR/EyeTrackVR-Docs/compare/v1.6.0...v1.7.0) (2024-06-29) ### 🍕 Features * test rebuild fix for index page ([2096864](https://github.com/EyeTrackVR/EyeTrackVR-Docs/commit/20968641ab4fa2b08822c5d281150b71aaf433c9)) --- CHANGELOG.md | 7 +++++++ vitepress/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 883c141..c58e930 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.7.0](https://github.com/EyeTrackVR/EyeTrackVR-Docs/compare/v1.6.0...v1.7.0) (2024-06-29) + + +### 🍕 Features + +* test rebuild fix for index page ([2096864](https://github.com/EyeTrackVR/EyeTrackVR-Docs/commit/20968641ab4fa2b08822c5d281150b71aaf433c9)) + ## [1.6.0](https://github.com/EyeTrackVR/EyeTrackVR-Docs/compare/v1.5.0...v1.6.0) (2024-06-18) diff --git a/vitepress/package.json b/vitepress/package.json index 6135398..c00bac0 100644 --- a/vitepress/package.json +++ b/vitepress/package.json @@ -1,6 +1,6 @@ { "name": "etvr_docs", - "version": "1.6.0", + "version": "1.7.0", "description": "Official Docs for ETVR", "repository": "https://github.com/EyeTrackVR/EyeTrackVR", "author": "DaOfficialWizard",