Skip to content

Commit 79c4e79

Browse files
committed
Update changelog and package version
1 parent 80d7d11 commit 79c4e79

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@ Change Log
33

44
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).
55

6-
## [3.1.0] - 2021-10-03
7-
- Changed: Updated organization name to comply with [Unity Package Guidelines](https://unity.com/legal/terms-of-service/software/package-guidelines);
6+
## [3.2.0] - 2022-10-03
7+
- Fixed: Updated assembly definition and namespaces names to reflect the organization name changes.
8+
9+
## [3.1.0] - 2022-10-03
10+
- Changed: Updated organization name to comply with [Unity Package Guidelines](https://unity.com/legal/terms-of-service/software/package-guidelines).
811

912
## [3.0.0] - 2022-10-03
1013
- Added: Namespace settings module.
@@ -50,6 +53,7 @@ All notable changes to this project will be documented in this file. This projec
5053
## [1.0.0] - 2019-07-27
5154
- Initial Asset Store release.
5255

56+
[3.2.0]: https://github.com/mygamedevtools/script-template/compare/3.1.0...3.2.0
5357
[3.1.0]: https://github.com/mygamedevtools/script-template/compare/3.0.0...3.1.0
5458
[3.0.0]: https://github.com/mygamedevtools/script-template/compare/2.2.0...3.0.0
5559
[2.2.0]: https://github.com/mygamedevtools/script-template/compare/2.1.0...2.2.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.mygamedevtools.script-template",
3-
"version": "3.1.0",
3+
"version": "3.2.0",
44
"displayName": "Script Templates",
55
"description": "This tool adds custom Script Templates to Unity that will serve as alternatives for the default \"C#Script\" that I personally always modify before writing my scripts.\nIn essence, it allows customization of the script templates with dynamic data such as signature and namespace settings.\nAdditionally, it adds templates for others types of scripts rather than just Mono Behaviours.",
66
"unity": "2019.4",

0 commit comments

Comments
 (0)