Skip to content

Commit af4278a

Browse files
chore(release): 2.3.6 [skip ci]
## [2.3.6](v2.3.5...v2.3.6) (2020-11-20) ### Bug Fixes * **simplifier:** prevent near zero denominator ([469272a](469272a))
1 parent 469272a commit af4278a

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+
## [2.3.6](https://github.com/Whinarn/UnityMeshSimplifier/compare/v2.3.5...v2.3.6) (2020-11-20)
2+
3+
4+
### Bug Fixes
5+
6+
* **simplifier:** prevent near zero denominator ([469272a](https://github.com/Whinarn/UnityMeshSimplifier/commit/469272ae031774383eb13253e7e2d5abbaafe79c))
7+
18
## [2.3.5](https://github.com/Whinarn/UnityMeshSimplifier/compare/v2.3.4...v2.3.5) (2020-10-10)
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": "2.3.5",
4+
"version": "2.3.6",
55
"unity": "2017.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)