Skip to content

Commit

Permalink
Bump version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mminer committed Feb 16, 2021
1 parent 80e42d6 commit b67de62
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.2.1] - 2021-02-16

### Fixed
- Make `Console` public so that it can be added via `AddComponent` (courtesy of [@uchar](https://github.com/uchar))

## [1.2.0] - 2021-01-04

### Added
Expand Down
2 changes: 1 addition & 1 deletion Console.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace Consolation
/// <summary>
/// A console to display Unity's debug logs in-game.
///
/// Version: 1.2.0
/// Version: 1.2.1
/// </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.0"
"version": "1.2.1"
}

0 comments on commit b67de62

Please sign in to comment.