Skip to content

Commit

Permalink
chore(release): 3.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [3.0.1](v3.0.0...v3.0.1) (2021-06-25)

### Bug Fixes

* support Unity 2021 ([2f2eb3b](2f2eb3b))
  • Loading branch information
semantic-release-bot committed Jun 25, 2021
1 parent 2f2eb3b commit 81eca0b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [3.0.1](https://github.com/Whinarn/UnityMeshSimplifier/compare/v3.0.0...v3.0.1) (2021-06-25)


### Bug Fixes

* support Unity 2021 ([2f2eb3b](https://github.com/Whinarn/UnityMeshSimplifier/commit/2f2eb3bee2ac1d1691373200983ac64ae507dfc8))

# [3.0.0](https://github.com/Whinarn/UnityMeshSimplifier/compare/v2.3.6...v3.0.0) (2021-03-27)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.whinarn.unitymeshsimplifier",
"displayName": "Unity Mesh Simplifier",
"version": "3.0.0",
"version": "3.0.1",
"unity": "2018.1",
"description": "Simplifies 3D meshes with ease. Works both in the editor and during runtime in builds.",
"type": "library",
Expand Down

0 comments on commit 81eca0b

Please sign in to comment.