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](3.0.0...3.0.1) (2024-12-10)

### Bug Fixes

* shaders with `(SoftMaskable)` in their names are ignored ([6e5eaa5](6e5eaa5))
  • Loading branch information
semantic-release-bot committed Dec 10, 2024
1 parent 6e5eaa5 commit fe7354b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Packages/src/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [3.0.1](https://github.com/mob-sakai/SoftMaskForUGUI/compare/3.0.0...3.0.1) (2024-12-10)


### Bug Fixes

* shaders with `(SoftMaskable)` in their names are ignored ([6e5eaa5](https://github.com/mob-sakai/SoftMaskForUGUI/commit/6e5eaa50ef8dc3c8748e9b83b8254bd400395c06))

# [3.0.0](https://github.com/mob-sakai/SoftMaskForUGUI/compare/v2.4.6...3.0.0) (2024-12-01)


Expand Down
2 changes: 1 addition & 1 deletion Packages/src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "com.coffee.softmask-for-ugui",
"displayName": "UI Soft Mask",
"description": "UI Soft Mask is a smooth masking component for Unity UI (uGUI) elements.\nBy using SoftMask instead of the default Mask component, you can beautifully represent the rounded edges of UI elements.",
"version": "3.0.0",
"version": "3.0.1",
"unity": "2017.1",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit fe7354b

Please sign in to comment.