Skip to content

Commit 81eca0b

Browse files
chore(release): 3.0.1 [skip ci]
## [3.0.1](v3.0.0...v3.0.1) (2021-06-25) ### Bug Fixes * support Unity 2021 ([2f2eb3b](2f2eb3b))
1 parent 2f2eb3b commit 81eca0b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [3.0.1](https://github.com/Whinarn/UnityMeshSimplifier/compare/v3.0.0...v3.0.1) (2021-06-25)
2+
3+
4+
### Bug Fixes
5+
6+
* support Unity 2021 ([2f2eb3b](https://github.com/Whinarn/UnityMeshSimplifier/commit/2f2eb3bee2ac1d1691373200983ac64ae507dfc8))
7+
18
# [3.0.0](https://github.com/Whinarn/UnityMeshSimplifier/compare/v2.3.6...v3.0.0) (2021-03-27)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.whinarn.unitymeshsimplifier",
33
"displayName": "Unity Mesh Simplifier",
4-
"version": "3.0.0",
4+
"version": "3.0.1",
55
"unity": "2018.1",
66
"description": "Simplifies 3D meshes with ease. Works both in the editor and during runtime in builds.",
77
"type": "library",

0 commit comments

Comments
 (0)