From 1ee6c87286c58b447b636d52a948d15b7eb71635 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 12 Feb 2023 12:21:25 +0000 Subject: [PATCH] chore(patch): 1.1.6 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.1.6](https://github.com/RedHawk989/EyeTrackVR-Docs/compare/v1.1.5...v1.1.6) (2023-02-12) ### 📝 Documentation * add some vrc avatar info ([609d24f](https://github.com/RedHawk989/EyeTrackVR-Docs/commit/609d24f8e44633f7c9c302d6052938f50c4ba024)) ### 🐛 Bug Fixes * typo in rest api endpoint ([43ae2b1](https://github.com/RedHawk989/EyeTrackVR-Docs/commit/43ae2b1fb24552404a120f91f4af77578984ebfb)) --- CHANGELOG.md | 12 ++++++++++++ vitepress/package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d154fb1..78965cb 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.6](https://github.com/RedHawk989/EyeTrackVR-Docs/compare/v1.1.5...v1.1.6) (2023-02-12) + + +### 📝 Documentation + +* add some vrc avatar info ([609d24f](https://github.com/RedHawk989/EyeTrackVR-Docs/commit/609d24f8e44633f7c9c302d6052938f50c4ba024)) + + +### 🐛 Bug Fixes + +* typo in rest api endpoint ([43ae2b1](https://github.com/RedHawk989/EyeTrackVR-Docs/commit/43ae2b1fb24552404a120f91f4af77578984ebfb)) + ## [1.1.5](https://github.com/RedHawk989/EyeTrackVR-Docs/compare/v1.1.4...v1.1.5) (2023-02-10) diff --git a/vitepress/package.json b/vitepress/package.json index e3659f3..0b7dea0 100644 --- a/vitepress/package.json +++ b/vitepress/package.json @@ -1,6 +1,6 @@ { "name": "etvr_docs", - "version": "1.1.5", + "version": "1.1.6", "description": "Official Docs for ETVR", "repository": "https://github.com/RedHawk989/EyeTrackVR", "author": "DaOfficialWizard",