Skip to content

Commit 7b92a72

Browse files
committed
update change log
1 parent f1b3117 commit 7b92a72

File tree

2 files changed

+25
-4
lines changed

2 files changed

+25
-4
lines changed

Assets/Coffee/UIExtensions/UnmaskForUGUI/CHANGELOG.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
# Changelog
22

3-
## [v1.0.0](https://github.com/mob-sakai/UnmaskForUGUI/tree/v1.0.0) (2018-10-19)
3+
## [1.1.0](https://github.com/mob-sakai/UnmaskForUGUI/tree/1.1.0) (2019-01-25)
4+
5+
[Full Changelog](https://github.com/mob-sakai/UnmaskForUGUI/compare/v1.0.0...1.1.0)
6+
7+
**Install UnmaskForUGUI with Unity Package Manager!**
8+
9+
Find the manifest.json file in the Packages folder of your project and edit it to look like this:
10+
```js
11+
{
12+
"dependencies": {
13+
"com.coffee.unmask": "https://github.com/mob-sakai/UnmaskForUGUI.git#1.1.0",
14+
...
15+
},
16+
}
17+
```
18+
To update the package, change `#1.1.0` to the target version.
19+
20+
**Implemented enhancements:**
21+
22+
- Unmask only for children option [\#11](https://github.com/mob-sakai/UnmaskForUGUI/issues/11)
23+
24+
## [v1.0.0](https://github.com/mob-sakai/UnmaskForUGUI/tree/v1.0.0) (2018-10-18)
425

526
[Full Changelog](https://github.com/mob-sakai/UnmaskForUGUI/compare/v0.2.0...v1.0.0)
627

@@ -30,4 +51,4 @@
3051

3152

3253

33-
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
54+
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

Assets/Coffee/UIExtensions/UnmaskForUGUI/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "com.coffee.unmask",
33
"displayName": "Unmask for uGUI",
44
"description": "Reverse mask for uGUI element in Unity.",
5-
"version": "1.0.0",
5+
"version": "1.1.0",
66
"unity": "5.5",
77
"license": "MIT",
88
"repository": {
@@ -15,4 +15,4 @@
1515
"upmSupport": true,
1616
"dependencies": {
1717
}
18-
}
18+
}

0 commit comments

Comments
 (0)