Skip to content

Commit e474e1d

Browse files
chore: bump version to 1.7.13
1 parent 18a826c commit e474e1d

File tree

3 files changed

+14
-8
lines changed

3 files changed

+14
-8
lines changed

CHANGELOG-PRERELEASE.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ The format is based on [Keep a Changelog].
1919

2020
### Security
2121

22+
## [1.7.13] - 2024-10-01
2223
## [1.7.13-beta.2] - 2024-09-29
2324
### Fixed
2425
- Default value for RemoveMeshInBox is not correct in Play mode [`#1217`](https://github.com/anatawa12/AvatarOptimizer/pull/1217)
@@ -1518,7 +1519,8 @@ This release is mistake.
15181519
- Merge Bone
15191520
- Clear Endpoint Position
15201521

1521-
[Unreleased]: https://github.com/anatawa12/AvatarOptimizer/compare/v1.7.13-beta.2...HEAD
1522+
[Unreleased]: https://github.com/anatawa12/AvatarOptimizer/compare/v1.7.13...HEAD
1523+
[1.7.13]: https://github.com/anatawa12/AvatarOptimizer/compare/v1.7.13-beta.2...v1.7.13
15221524
[1.7.13-beta.2]: https://github.com/anatawa12/AvatarOptimizer/compare/v1.7.13-beta.1...v1.7.13-beta.2
15231525
[1.7.13-beta.1]: https://github.com/anatawa12/AvatarOptimizer/compare/v1.7.12...v1.7.13-beta.1
15241526
[1.7.12]: https://github.com/anatawa12/AvatarOptimizer/compare/v1.7.12-beta.3...v1.7.12

CHANGELOG.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,17 @@ The format is based on [Keep a Changelog].
1616
### Removed
1717

1818
### Fixed
19-
- Null Reference Exception with newly created VRCAnimatorPlayAudio `#1199`
20-
- Particle System that uses local scale will be broken `#1197`
21-
- Avatars with Visame Skinned Mesh disabled will not able to upload `#1202`
22-
- Default value for RemoveMeshInBox is not correct in Play mode `#1217`
23-
- This fix will make `Initialize` method set default value for `boxes`.
2419

2520
### Security
2621

22+
## [1.7.13] - 2024-10-01
23+
### Fixed
24+
- Null Reference Exception with newly created VRCAnimatorPlayAudio [`#1199`](https://github.com/anatawa12/AvatarOptimizer/pull/1199)
25+
- Particle System that uses local scale will be broken [`#1197`](https://github.com/anatawa12/AvatarOptimizer/pull/1197)
26+
- Avatars with Visame Skinned Mesh disabled will not able to upload [`#1202`](https://github.com/anatawa12/AvatarOptimizer/pull/1202)
27+
- Default value for RemoveMeshInBox is not correct in Play mode [`#1217`](https://github.com/anatawa12/AvatarOptimizer/pull/1217)
28+
- This fix will make `Initialize` method set default value for `boxes`.
29+
2730
## [1.7.12] - 2024-08-27
2831
### Changed
2932
- Rewritten Check for Update system [`#1151`](https://github.com/anatawa12/AvatarOptimizer/pull/1151)
@@ -998,7 +1001,8 @@ The format is based on [Keep a Changelog].
9981001
- Merge Bone
9991002
- Clear Endpoint Position
10001003

1001-
[Unreleased]: https://github.com/anatawa12/AvatarOptimizer/compare/v1.7.12...HEAD
1004+
[Unreleased]: https://github.com/anatawa12/AvatarOptimizer/compare/v1.7.13...HEAD
1005+
[1.7.13]: https://github.com/anatawa12/AvatarOptimizer/compare/v1.7.12...v1.7.13
10021006
[1.7.12]: https://github.com/anatawa12/AvatarOptimizer/compare/v1.7.11...v1.7.12
10031007
[1.7.11]: https://github.com/anatawa12/AvatarOptimizer/compare/v1.7.10...v1.7.11
10041008
[1.7.10]: https://github.com/anatawa12/AvatarOptimizer/compare/v1.7.9...v1.7.10

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.anatawa12.avatar-optimizer",
3-
"version": "1.7.13-beta.2",
3+
"version": "1.7.13",
44
"private": false,
55
"private-beta": false,
66
"unity": "2019.4",

0 commit comments

Comments
 (0)