Skip to content

Commit

Permalink
Bump version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mminer committed Feb 8, 2022
1 parent 91d29c2 commit 9d83bf6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to Consolation will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
We adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.3.0] - 2022-02-08

### Added
- `collapseLogOnStart` option (courtesy of [@robinnorth](https://github.com/robinnorth))

## [1.2.1] - 2021-02-16

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion Console.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace Consolation
/// <summary>
/// A console to display Unity's debug logs in-game.
///
/// Version: 1.2.1
/// Version: 1.3.0
/// </summary>
public class Console : MonoBehaviour
{
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"keywords": ["console", "debug", "log", "logging"],
"name": "com.matthewminer.consolation",
"unity": "2017.1",
"version": "1.2.1"
"version": "1.3.0"
}

0 comments on commit 9d83bf6

Please sign in to comment.