diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fc4338..f42f23e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,13 @@ ## Releasing | Hash | Date | Author | Changes | |------|------|--------|---------| +| 51c1882de937b9cf6f53ba79e4115612e2b22b35 | 2021-10-20 | Chris Schubert | Automatic depenency and reference management and cleanup | +| f9376b62babc4f5184dece9d64b6fc795054860a | 2021-10-20 | Chris Schubert | Committing project and assembly management changes before regenerating project files | + + + ## Tag: `v0.1.3` +| Hash | Date | Author | Changes | +|------|------|--------|---------| | db704e9922fde449eddd4994a60f8564c549fc4c | 2021-10-16 | Chris Schubert | More project cleanup and refactoring | | fa3d010bd644373e63e549def4a54559406c3988 | 2021-10-12 | Chris Schubert | Code cleanup and project restructuring | diff --git a/RELEASELOG.md b/RELEASELOG.md index 964702d..c08f5df 100644 --- a/RELEASELOG.md +++ b/RELEASELOG.md @@ -10,7 +10,7 @@ ## Released Changes -`0.1.3` +`0.1.4` | Hash | Date | Author | Changes | |------|------|--------|---------| -| db704e9922fde449eddd4994a60f8564c549fc4c | 2021-10-16 | Chris Schubert | More project cleanup and refactoring | +| 51c1882de937b9cf6f53ba79e4115612e2b22b35 | 2021-10-20 | Chris Schubert | Automatic depenency and reference management and cleanup | diff --git a/package.json b/package.json index efd7036..0ad1021 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "com.appalachia.unity3d.spatial", "displayName": "Appalachia.Spatial for Unity3D", - "version": "0.1.3", + "version": "0.1.4", "unity": "2020.3", "description": "Spatial utilities like Octrees and mesh burial utilities for Unity3D.", "keywords": [ @@ -49,4 +49,4 @@ "postpublish": "bash ~/com.appalachia/appa/appa package unity3d postpublish" }, "exports": null -} \ No newline at end of file +}