Skip to content

Commit

Permalink
chore(release): 3.2.2 [skip ci]
Browse files Browse the repository at this point in the history
## [3.2.2](3.2.1...3.2.2) (2025-01-18)

### Bug Fixes

* addressable build error in Unity 6 ([0f25706](0f25706)), closes [#224](#224)
  • Loading branch information
semantic-release-bot committed Jan 18, 2025
1 parent 0f25706 commit cf3f805
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.2.2](https://github.com/mob-sakai/SoftMaskForUGUI/compare/3.2.1...3.2.2) (2025-01-18)


### Bug Fixes

* addressable build error in Unity 6 ([0f25706](https://github.com/mob-sakai/SoftMaskForUGUI/commit/0f257062a664f9d34b4d4782a44c642abecac798)), closes [#224](https://github.com/mob-sakai/SoftMaskForUGUI/issues/224)

## [3.2.1](https://github.com/mob-sakai/SoftMaskForUGUI/compare/3.2.0...3.2.1) (2025-01-06)


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.2.1",
"version": "3.2.2",
"unity": "2017.1",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit cf3f805

Please sign in to comment.