Skip to content

Commit ef9bfb8

Browse files
committed
Update package version to 1.0.3
1 parent 01b9e2e commit ef9bfb8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.0.3] - 2021/03/26
9+
10+
### Changed
11+
12+
- Renamed "Debug" class to "Log" to prevent naming conflict with Unity
13+
814
## [1.0.2] - 2021/03/21
915

1016
### 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.2",
3+
"version": "1.0.3",
44
"displayName": "Zigurous Debug Tools",
55
"description": "The Debug Tools package contains assets and scripts for debugging Unity projects.",
66
"unity": "2019.4",

0 commit comments

Comments
 (0)