Skip to content

Commit 2bc3350

Browse files
committed
Update package version to 1.5.0
1 parent d829d1c commit 2bc3350

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.5.0] - 2022/10/30
9+
10+
### Added
11+
12+
- New `ExitApplication` script
13+
- New `PauseApplication` script
14+
- Help URLs added to behaviors
15+
816
## [1.4.0] - 2022/05/20
917

1018
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.zigurous.debug",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"displayName": "Debug Tools",
55
"description": "The Debug Tools package contains assets and scripts for debugging Unity projects. Included in the package are scripts for enhanced console logging, benchmarking, displaying framerate, and more. The package also comes with shaders to visualize different vertex data.",
66
"unity": "2019.4",

0 commit comments

Comments
 (0)