From 09fef23f80ff98fb8fcefbbc998569551d1296c0 Mon Sep 17 00:00:00 2001 From: Koji Hasegawa Date: Sun, 4 Jul 2021 21:23:42 +0900 Subject: [PATCH] Bump version --- CHANGELOG.md | 4 ++++ package.json | 5 ++++- 2 files changed, 8 insertions(+), 1 deletion(-) 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",