Skip to content

Commit 3f68a0b

Browse files
committed
Update package version to 1.1.0
1 parent 6462682 commit 3f68a0b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
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.1.0] - 2021/06/28
9+
10+
### Changed
11+
12+
- Improved FPS display formatting
13+
- Namespace changed from DebugTools to Debug
14+
- [AddComponentMenu] added to FPSDisplay
15+
816
## [1.0.4] - 2021/04/13
917

1018
### Changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.zigurous.debug",
3-
"version": "1.0.4",
3+
"version": "1.1.0",
44
"displayName": "Zigurous 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, comparing performance, displaying framerate, and more.",
66
"unity": "2019.4",

0 commit comments

Comments
 (0)