Skip to content

Commit 43b70bf

Browse files
committed
Update changelog and package metadata
1 parent e27514a commit 43b70bf

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ 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+
## [2.2.0] - 2022-09-13
7+
- Added: Support for ISO date format by default.
8+
69
## [2.1.0] - 2022-09-13
710
- Changed: Moved repository to My Unity Tools organization
811
- Changed: Updated package name and author.
@@ -39,6 +42,7 @@ All notable changes to this project will be documented in this file. This projec
3942
## [1.0.0] - 2019-07-27
4043
- Initial Asset Store release.
4144

45+
[2.2.0]: https://github.com/myunitytools/script-template/compare/2.1.0...2.2.0
4246
[2.1.0]: https://github.com/myunitytools/script-template/compare/2.0.1...2.1.0
4347
[2.0.1]: https://github.com/myunitytools/script-template/compare/2.0.0...2.0.1
4448
[2.0.0]: https://github.com/myunitytools/script-template/compare/1.3.0...2.0.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.myunitytools.script-template",
3-
"version": "2.1.0",
3+
"version": "2.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 adds a signature header on every script with your name, email and creation date. \nAdditionally, it adds templates for others types of scripts rather than just Mono Behaviours.",
66
"unity": "2019.4",

0 commit comments

Comments
 (0)