Skip to content

Commit b67de62

Browse files
committed
Bump version to 1.2.1
1 parent 80e42d6 commit b67de62

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.2.1] - 2021-02-16
9+
10+
### Fixed
11+
- Make `Console` public so that it can be added via `AddComponent` (courtesy of [@uchar](https://github.com/uchar))
12+
813
## [1.2.0] - 2021-01-04
914

1015
### Added

Console.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace Consolation
88
/// <summary>
99
/// A console to display Unity's debug logs in-game.
1010
///
11-
/// Version: 1.2.0
11+
/// Version: 1.2.1
1212
/// </summary>
1313
public class Console : MonoBehaviour
1414
{

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.0"
7+
"version": "1.2.1"
88
}

0 commit comments

Comments
 (0)