Skip to content

Commit ee55513

Browse files
chore(patch): 1.2.4 [skip ci]
## [1.2.4](v1.2.3...v1.2.4) (2024-02-15) ### πŸ§‘β€πŸ’» Code Refactoring * remove highlight.js ([e89a8de](e89a8de)) * update vite config ([ad8de54](ad8de54))
1 parent ad8de54 commit ee55513

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
[![semantic versioning](https://img.shields.io/badge/semantic%20versioning-2.0.0-green.svg)](https://semver.org)
44
> All notable changes to this project will be documented in this file
55
6+
## [1.2.4](https://github.com/EyeTrackVR/FirmwareFlashingTool/compare/v1.2.3...v1.2.4) (2024-02-15)
7+
8+
9+
### πŸ§‘β€πŸ’» Code Refactoring
10+
11+
* remove highlight.js ([e89a8de](https://github.com/EyeTrackVR/FirmwareFlashingTool/commit/e89a8de78df9ec18768eae9c13eff2799c842621))
12+
* update vite config ([ad8de54](https://github.com/EyeTrackVR/FirmwareFlashingTool/commit/ad8de5405d5b510a15ec5da7c0d0192ff52e8c6f))
13+
614
## [1.2.3](https://github.com/EyeTrackVR/FirmwareFlashingTool/compare/v1.2.2...v1.2.3) (2024-01-10)
715

816

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "etvr-firmware-flasher-tool",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"private": true,
55
"description": "A SolidJS project for EyeTrackVR",
66
"author": "EyeTrackVR",

β€Žsrc-tauri/Cargo.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "firmware_flashing_tool"
3-
version = "1.2.3"
3+
version = "1.2.4"
44
description = "A tool to flash the firmware of the EyeTrackVR device."
55
authors = ["DaOfficialWizard"]
66
license = "MIT"

β€Žsrc-tauri/tauri.conf.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"package": {
1010
"productName": "EyeTrackVR Firmware Flashing Tool",
11-
"version": "1.2.3"
11+
"version": "1.2.4"
1212
},
1313
"tauri": {
1414
"allowlist": {

0 commit comments

Comments
Β (0)