Skip to content

Commit 3a2c24e

Browse files
chore(release): 3.1.0 [skip ci]
# [3.1.0](v3.0.1...v3.1.0) (2022-02-25) ### Features * **simplifier:** added options validation ([55264ce](55264ce))
1 parent c2ea5f3 commit 3a2c24e

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.1.0](https://github.com/Whinarn/UnityMeshSimplifier/compare/v3.0.1...v3.1.0) (2022-02-25)
2+
3+
4+
### Features
5+
6+
* **simplifier:** added options validation ([55264ce](https://github.com/Whinarn/UnityMeshSimplifier/commit/55264ce8a28f6755a2a920f25aa2312f2d185e72))
7+
18
## [3.0.1](https://github.com/Whinarn/UnityMeshSimplifier/compare/v3.0.0...v3.0.1) (2021-06-25)
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.1",
4+
"version": "3.1.0",
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)