diff --git a/CHANGELOG.md b/CHANGELOG.md index 567fedd..98af146 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ ## Unreleased +## 1.0.1 +- Mod context menu label +- Fix tests + ## 1.0.0 - First release diff --git a/package.json b/package.json index 19cf9dd..772f42b 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,15 @@ { "name": "com.nowsprinting.create-script-folders-with-tests", "displayName": "Create Script Folders with Tests", - "version": "1.0.0", + "version": "1.0.1", "unity": "2018.4", "description": "Create script folders (Editor, Runtime, and each Tests) containing assembly definition file (.asmdef).", "homepage": "https://github.com/nowsprinting/create-script-folders-with-tests", "license": "MIT", "author": "nowsprinting (https://github.com/nowsprinting)", + "documentationUrl": "https://github.com/nowsprinting/create-script-folders-with-tests", + "changelogUrl": "https://github.com/nowsprinting/create-script-folders-with-tests/blob/master/CHANGELOG.md", + "licensesUrl": "https://github.com/nowsprinting/create-script-folders-with-tests/blob/master/LICENSE.md", "keywords": [ "Assembly Definition File", "asmdef",