Skip to content

Commit 4f68216

Browse files
chore(release): 3.3.0 [skip ci]
# [3.3.0](3.2.1...3.3.0) (2022-10-25) ### Features * Add CI configuration ([079c51e](079c51e))
1 parent de6b7a7 commit 4f68216

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [3.3.0](https://github.com/mygamedevtools/script-template/compare/3.2.1...3.3.0) (2022-10-25)
2+
3+
4+
### Features
5+
6+
* Add CI configuration ([079c51e](https://github.com/mygamedevtools/script-template/commit/079c51e92b5790ac79f2687381bd0daffed02582))
7+
18
## [3.2.1] - 2022-10-24
29
- Added: OpenUPM documentation.
310

@@ -66,4 +73,4 @@
6673
[1.1.1]: https://github.com/mygamedevtools/script-template/compare/1.1.0...1.1.1
6774
[1.1.0]: https://github.com/mygamedevtools/script-template/compare/1.0.1...1.1.0
6875
[1.0.1]: https://github.com/mygamedevtools/script-template/compare/1.0.0...1.0.1
69-
[1.0.0]: https://github.com/mygamedevtools/script-template/compare/087dd6c...1.0.0
76+
[1.0.0]: https://github.com/mygamedevtools/script-template/compare/087dd6c...1.0.0

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.mygamedevtools.script-template",
3-
"version": "3.2.1",
3+
"version": "3.3.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",
@@ -18,4 +18,4 @@
1818
"url": "https://github.com/mygamedevtools"
1919
},
2020
"type": "tool"
21-
}
21+
}

0 commit comments

Comments
 (0)