Skip to content

Commit 6af2eeb

Browse files
ci(release): 3.5.0 [skip ci]
# [3.5.0](3.4.1...3.5.0) (2023-08-24) ### Features * add more script templates ([#13](#13)) ([fb16353](fb16353))
1 parent fb16353 commit 6af2eeb

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [3.5.0](https://github.com/mygamedevtools/script-template/compare/3.4.1...3.5.0) (2023-08-24)
2+
3+
4+
### Features
5+
6+
* add more script templates ([#13](https://github.com/mygamedevtools/script-template/issues/13)) ([fb16353](https://github.com/mygamedevtools/script-template/commit/fb16353643b2f0c4f9c56300f4ff719ce222df17))
7+
18
## [3.4.1](https://github.com/mygamedevtools/script-template/compare/3.4.0...3.4.1) (2023-08-19)
29

310

Packages/mygamedevtools-script-template/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.4.1",
3+
"version": "3.5.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)