Skip to content

Commit 1d2b4cc

Browse files
committed
Merge branch 'develop'
2 parents 7d921c2 + 3c8a575 commit 1d2b4cc

3 files changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ permissions:
99
contents: write
1010
actions: read
1111
checks: write
12+
packages: write
1213

1314
jobs:
1415
nuke-build:

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.6] - 2025-10-17
11+
12+
### Fixed
13+
14+
- Fixed publish permissions in release workflow
15+
1016
## [5.0.5] - 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.5",
3+
"version": "5.0.6",
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)