From b9d1249578bdb9d185429d2fef44dc43161c81f6 Mon Sep 17 00:00:00 2001 From: mob-sakai Date: Fri, 25 Jan 2019 22:03:55 +0900 Subject: [PATCH] update change log --- CHANGELOG.md | 25 +++++++++++++++++++++++-- package.json | 4 ++-- 2 files changed, 25 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5eff3e9..d1703d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,27 @@ # Changelog -## [v1.0.0](https://github.com/mob-sakai/UnmaskForUGUI/tree/v1.0.0) (2018-10-19) +## [1.1.0](https://github.com/mob-sakai/UnmaskForUGUI/tree/1.1.0) (2019-01-25) + +[Full Changelog](https://github.com/mob-sakai/UnmaskForUGUI/compare/v1.0.0...1.1.0) + +**Install UnmaskForUGUI with Unity Package Manager!** + +Find the manifest.json file in the Packages folder of your project and edit it to look like this: +```js +{ + "dependencies": { + "com.coffee.unmask": "https://github.com/mob-sakai/UnmaskForUGUI.git#1.1.0", + ... + }, +} +``` +To update the package, change `#1.1.0` to the target version. + +**Implemented enhancements:** + +- Unmask only for children option [\#11](https://github.com/mob-sakai/UnmaskForUGUI/issues/11) + +## [v1.0.0](https://github.com/mob-sakai/UnmaskForUGUI/tree/v1.0.0) (2018-10-18) [Full Changelog](https://github.com/mob-sakai/UnmaskForUGUI/compare/v0.2.0...v1.0.0) @@ -30,4 +51,4 @@ -\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* \ No newline at end of file +\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* diff --git a/package.json b/package.json index 6aa2b04..5707607 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "com.coffee.unmask", "displayName": "Unmask for uGUI", "description": "Reverse mask for uGUI element in Unity.", - "version": "1.0.0", + "version": "1.1.0", "unity": "5.5", "license": "MIT", "repository": { @@ -15,4 +15,4 @@ "upmSupport": true, "dependencies": { } -} \ No newline at end of file +}