Skip to content

Commit 7a87afe

Browse files
committed
chore: bump version to 1.0.1
1 parent 0013c5d commit 7a87afe

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
1414
### Removed
1515

1616
### Fixed
17-
- IsOpen turns into true before initialization.
18-
- NRE when losing target renderer.
1917

2018
### Security
2119

20+
## [1.0.1] - 2025-07-22
21+
### Fixed
22+
- IsOpen turns into true before initialization.
23+
- NRE when losing target renderer.
24+
2225
## [1.0.0] - 2025-07-12
2326
### Added
2427
- Initial release.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "net.nekobako.mask-texture-editor",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"displayName": "Mask Texture Editor",
55
"description": "A tool to draw mask textures in Unity Editor",
66
"unity": "2022.3",
@@ -9,5 +9,5 @@
99
"url": "https://nekobako.net"
1010
},
1111
"license": "MIT",
12-
"url": "https://github.com/nekobako/MaskTextureEditor/releases/download/1.0.0/net.nekobako.mask-texture-editor-1.0.0.zip"
12+
"url": "https://github.com/nekobako/MaskTextureEditor/releases/download/1.0.1/net.nekobako.mask-texture-editor-1.0.1.zip"
1313
}

0 commit comments

Comments
 (0)