Skip to content

Commit

Permalink
ci(release): 3.5.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.5.0](3.4.1...3.5.0) (2023-08-24)

### Features

* add more script templates ([#13](#13)) ([fb16353](fb16353))
  • Loading branch information
semantic-release-bot committed Aug 24, 2023
1 parent fb16353 commit 6af2eeb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [3.5.0](https://github.com/mygamedevtools/script-template/compare/3.4.1...3.5.0) (2023-08-24)


### Features

* add more script templates ([#13](https://github.com/mygamedevtools/script-template/issues/13)) ([fb16353](https://github.com/mygamedevtools/script-template/commit/fb16353643b2f0c4f9c56300f4ff719ce222df17))

## [3.4.1](https://github.com/mygamedevtools/script-template/compare/3.4.0...3.4.1) (2023-08-19)


Expand Down
2 changes: 1 addition & 1 deletion Packages/mygamedevtools-script-template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.mygamedevtools.script-template",
"version": "3.4.1",
"version": "3.5.0",
"displayName": "Script Templates",
"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.",
"unity": "2019.4",
Expand Down

0 comments on commit 6af2eeb

Please sign in to comment.