Skip to content

Commit ea848cc

Browse files
ci(release): 3.4.1 [skip ci]
## [3.4.1](3.4.0...3.4.1) (2023-08-19) ### Bug Fixes * update indentation replacements with tabs or spaces ([#12](#12)) ([05f5ce8](05f5ce8))
1 parent 05f5ce8 commit ea848cc

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.4.1](https://github.com/mygamedevtools/script-template/compare/3.4.0...3.4.1) (2023-08-19)
2+
3+
4+
### Bug Fixes
5+
6+
* update indentation replacements with tabs or spaces ([#12](https://github.com/mygamedevtools/script-template/issues/12)) ([05f5ce8](https://github.com/mygamedevtools/script-template/commit/05f5ce891ef146ab3f3baf1c580ad0a13c3e6f96))
7+
18
# [3.4.0](https://github.com/mygamedevtools/script-template/compare/3.3.0...3.4.0) (2023-03-25)
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.0",
3+
"version": "3.4.1",
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)