From 1443a4f66e52d2a32e7c6bda91f638cd637b86db Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 28 Jan 2023 14:49:50 +0000 Subject: [PATCH] chore(patch): 1.1.1 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.1.1](https://github.com/RedHawk989/EyeTrackVR-Docs/compare/v1.1.0...v1.1.1) (2023-01-28) ### 🐛 Bug Fixes * fix REST API standard rendering ([3753cc6](https://github.com/RedHawk989/EyeTrackVR-Docs/commit/3753cc6b67a4511292361cdf1143393c1419bbaf)) --- CHANGELOG.md | 7 +++++++ vitepress/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3d6b16..3e1bd29 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.1](https://github.com/RedHawk989/EyeTrackVR-Docs/compare/v1.1.0...v1.1.1) (2023-01-28) + + +### 🐛 Bug Fixes + +* fix REST API standard rendering ([3753cc6](https://github.com/RedHawk989/EyeTrackVR-Docs/commit/3753cc6b67a4511292361cdf1143393c1419bbaf)) + ## [1.1.0](https://github.com/RedHawk989/EyeTrackVR-Docs/compare/v1.0.0...v1.1.0) (2023-01-28) diff --git a/vitepress/package.json b/vitepress/package.json index 490324c..83f5f86 100644 --- a/vitepress/package.json +++ b/vitepress/package.json @@ -1,6 +1,6 @@ { "name": "etvr_docs", - "version": "1.1.0", + "version": "1.1.1", "description": "Official Docs for ETVR", "repository": "https://github.com/RedHawk989/EyeTrackVR", "author": "DaOfficialWizard",