Skip to content

Commit 7d921c2

Browse files
committed
Merge branch 'develop'
2 parents f442a52 + 429ad90 commit 7d921c2

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- v[0-9]+.[0-9]+.[0-9]+
77

88
permissions:
9-
contents: read
9+
contents: write
1010
actions: read
1111
checks: write
1212

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
77
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88
-->
99

10+
## [5.0.5] - 2025-10-17
11+
12+
### Fixed
13+
14+
- Fixed release workflow permissions
15+
1016
## [5.0.4] - 2025-10-17
1117

1218
### Fixed

VoxReader/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.sandrofigo.voxreader",
3-
"version": "5.0.4",
3+
"version": "5.0.5",
44
"displayName": "VoxReader",
55
"description": "A C# library to read .vox files created with MagicaVoxel",
66
"documentationUrl": "https://github.com/sandrofigo/VoxReader",

0 commit comments

Comments
 (0)