Skip to content

Commit 0402d70

Browse files
author
Laurent
committed
Add changelog, update package scope, update gitignore
1 parent 5dd61b4 commit 0402d70

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
CHANGELOG.md.meta
2+
README.md.meta

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Changelog
2+
3+
## [1.0.0] - 2021-01-18
4+
This is the first release of LightProbesVolume as a package.

package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
2-
"name": "li.lightingtools.lightprobesvolumes",
3-
"displayName": "Lighting Tools Light Probes Volumes",
4-
"version": "0.0.1",
5-
"unity": "2018.3",
6-
"description": "Lighting tools test.",
7-
"dependencies": {}
2+
"name": "com.laurenth.lightingtools-lightprobesvolumes",
3+
"displayName": "Lighting Tools Light Probes Volumes",
4+
"version": "0.0.1",
5+
"unity": "2018.3",
6+
"type": "tool"
87
}

0 commit comments

Comments
 (0)