diff --git a/CHANGELOG.md b/CHANGELOG.md index 799c999..62c4016 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.3.0](https://github.com/RedHawk989/EyeTrackVR-Docs/compare/v1.2.0...v1.3.0) (2023-03-05) + + +### 🍕 Features + +* add env and ota details ([195dfe9](https://github.com/RedHawk989/EyeTrackVR-Docs/commit/195dfe98b37d198fe1ec3083e5f763052ab8aa9e)) + ## [1.2.0](https://github.com/RedHawk989/EyeTrackVR-Docs/compare/v1.1.12...v1.2.0) (2023-03-03) diff --git a/vitepress/package.json b/vitepress/package.json index 2b42734..3a1aa7b 100644 --- a/vitepress/package.json +++ b/vitepress/package.json @@ -1,6 +1,6 @@ { "name": "etvr_docs", - "version": "1.2.0", + "version": "1.3.0", "description": "Official Docs for ETVR", "repository": "https://github.com/RedHawk989/EyeTrackVR", "author": "DaOfficialWizard",