Skip to content

Commit 9d83bf6

Browse files
committed
Bump version to 1.3.0
1 parent 91d29c2 commit 9d83bf6

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

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

8+
## [1.3.0] - 2022-02-08
9+
10+
### Added
11+
- `collapseLogOnStart` option (courtesy of [@robinnorth](https://github.com/robinnorth))
12+
813
## [1.2.1] - 2021-02-16
914

1015
### Fixed

Console.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace Consolation
1010
/// <summary>
1111
/// A console to display Unity's debug logs in-game.
1212
///
13-
/// Version: 1.2.1
13+
/// Version: 1.3.0
1414
/// </summary>
1515
public class Console : MonoBehaviour
1616
{

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"keywords": ["console", "debug", "log", "logging"],
55
"name": "com.matthewminer.consolation",
66
"unity": "2017.1",
7-
"version": "1.2.1"
7+
"version": "1.3.0"
88
}

0 commit comments

Comments
 (0)