Skip to content

Commit e366f1a

Browse files
0.1.6
1 parent 33dac2b commit e366f1a

3 files changed

Lines changed: 11 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@
1212
## Releasing
1313
| Hash | Date | Author | Changes |
1414
|------|------|--------|---------|
15+
| 33dac2bb8e360a33d526249855377b19b8251684 | 2021-10-20 | Chris Schubert | Automatic depenency and reference management and cleanup |
16+
| 0652d386a81e86168626019bf7c6db5c15449c69 | 2021-10-20 | Chris Schubert | Committing project and assembly management changes before regenerating project files |
17+
18+
19+
## Tag: `v0.1.5`
20+
| Hash | Date | Author | Changes |
21+
|------|------|--------|---------|
1522
| f7ba9a11ce7755b254eae40d3761ce41598024fe | 2021-10-17 | Chris Schubert | Fixing package jsons |
1623

1724

RELEASELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
## Released Changes
1212

13-
`0.1.5`
13+
`0.1.6`
1414
| Hash | Date | Author | Changes |
1515
|------|------|--------|---------|
16-
16+
| 33dac2bb8e360a33d526249855377b19b8251684 | 2021-10-20 | Chris Schubert | Automatic depenency and reference management and cleanup |

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.appalachia.unity3d.rendering",
33
"displayName": "Appalachia.Rendering for Unity3D",
4-
"version": "0.1.5",
4+
"version": "0.1.6",
55
"unity": "2020.3",
66
"description": "Prefab rendering and spawning for Unity3D.",
77
"keywords": [
@@ -54,4 +54,4 @@
5454
"postpublish": "bash ~/com.appalachia/appa/appa package unity3d postpublish"
5555
},
5656
"exports": null
57-
}
57+
}

0 commit comments

Comments
 (0)