Skip to content

Commit 09fef23

Browse files
committed
Bump version
1 parent ec7b8be commit 09fef23

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
## Unreleased
22

3+
## 1.0.1
4+
- Mod context menu label
5+
- Fix tests
6+
37
## 1.0.0
48
- First release

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
{
22
"name": "com.nowsprinting.create-script-folders-with-tests",
33
"displayName": "Create Script Folders with Tests",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"unity": "2018.4",
66
"description": "Create script folders (Editor, Runtime, and each Tests) containing assembly definition file (.asmdef).",
77
"homepage": "https://github.com/nowsprinting/create-script-folders-with-tests",
88
"license": "MIT",
99
"author": "nowsprinting <hasegawa@hubsys.co.jp> (https://github.com/nowsprinting)",
10+
"documentationUrl": "https://github.com/nowsprinting/create-script-folders-with-tests",
11+
"changelogUrl": "https://github.com/nowsprinting/create-script-folders-with-tests/blob/master/CHANGELOG.md",
12+
"licensesUrl": "https://github.com/nowsprinting/create-script-folders-with-tests/blob/master/LICENSE.md",
1013
"keywords": [
1114
"Assembly Definition File",
1215
"asmdef",

0 commit comments

Comments
 (0)