Skip to content

Commit

Permalink
chore(minor): 1.5.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.5.0-beta.1](v1.4.0...v1.5.0-beta.1) (2024-10-12)

### 🍕 Features

* add node setup for macos ([9e1e231](9e1e231))
* Add pnpm dependency to macOS build ([123c652](123c652))
* disable macos builds as a test ([f112bbb](f112bbb))
* experimental, try to fix macos arm build issues ([cf14d6f](cf14d6f))
* Fix platform typo ([d17bf22](d17bf22))
* initial stab on posix system support ([4cd4e80](4cd4e80))
* initial stab on posix system support by DASPRiD ([653ff6a](653ff6a))
* install node with brew ([3462794](3462794))
* Update upload/download actions, enable other platforms in build ([86a5187](86a5187))
  • Loading branch information
semantic-release-bot committed Oct 12, 2024
1 parent f112bbb commit 1dbb36e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
[![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.5.0-beta.1](https://github.com/EyeTrackVR/FirmwareFlashingTool/compare/v1.4.0...v1.5.0-beta.1) (2024-10-12)


### 🍕 Features

* add node setup for macos ([9e1e231](https://github.com/EyeTrackVR/FirmwareFlashingTool/commit/9e1e23106dbd0dddd80fcaeda73851f04a218368))
* Add pnpm dependency to macOS build ([123c652](https://github.com/EyeTrackVR/FirmwareFlashingTool/commit/123c652b46399d1e276c9bd1e79046b4cd86f32c))
* disable macos builds as a test ([f112bbb](https://github.com/EyeTrackVR/FirmwareFlashingTool/commit/f112bbb8aa567fa9a573ef63bca36b72f54a95b8))
* experimental, try to fix macos arm build issues ([cf14d6f](https://github.com/EyeTrackVR/FirmwareFlashingTool/commit/cf14d6f969a108c547c7a75babebad9ea9ee3b33))
* Fix platform typo ([d17bf22](https://github.com/EyeTrackVR/FirmwareFlashingTool/commit/d17bf22a27e82ad3cb94e9a06d82cbd5a2d4db9a))
* initial stab on posix system support ([4cd4e80](https://github.com/EyeTrackVR/FirmwareFlashingTool/commit/4cd4e80559bc3378f1da4f6b7a10f4620d39d5bf))
* initial stab on posix system support by DASPRiD ([653ff6a](https://github.com/EyeTrackVR/FirmwareFlashingTool/commit/653ff6aedd7e57866e3b8e395a023acf1a4b3f2f))
* install node with brew ([3462794](https://github.com/EyeTrackVR/FirmwareFlashingTool/commit/3462794753a79cd8adf80050bb010fb9aa32aea8))
* Update upload/download actions, enable other platforms in build ([86a5187](https://github.com/EyeTrackVR/FirmwareFlashingTool/commit/86a51873a6123bee9dd5c5dec4ec2b7c76a90c54))

## [1.4.0](https://github.com/EyeTrackVR/FirmwareFlashingTool/compare/v1.3.0...v1.4.0) (2024-09-03)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "etvr-firmware-flasher-tool",
"version": "1.4.0",
"version": "1.5.0",
"private": true,
"description": "A SolidJS project for EyeTrackVR",
"author": "EyeTrackVR",
Expand Down Expand Up @@ -87,4 +87,4 @@
"tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store",
"tauri-plugin-upload-api": "github:tauri-apps/tauri-plugin-upload"
}
}
}
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "EyeTrackVR Firmware Flashing Tool",
"version": "1.4.0"
"version": "1.5.0"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit 1dbb36e

Please sign in to comment.