diff --git a/CHANGELOG.md b/CHANGELOG.md index 98c6f23..c3ddcea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.0.5] - 2020-11-21 + +### Changes + +* Dark skin support + ## [1.0.4] - 2020-08-26 ### Changes diff --git a/package.json b/package.json index f423764..a3a4cf6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.mischief.markdownviewer", - "version": "1.0.4", + "version": "1.0.5", "displayName": "Unity Markdown Viewer", "description": "Editor inspector for markdown files", "unity": "2018.4",