diff --git a/CHANGELOG.md b/CHANGELOG.md index c7e9b01..4118c8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.0.1](https://github.com/simplymichael/markdown-viewer/compare/v1.0.0...v1.0.1) (2020-12-24) + + +### Bug Fixes + +* **invocation:** update information on invoking the binary ([e635aac](https://github.com/simplymichael/markdown-viewer/commit/e635aac5447aaca49eb65072d38e661df1aa7e3c)) + ## 1.0.0 (2020-12-24) diff --git a/package-lock.json b/package-lock.json index f5685f2..7eae103 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "markdown-viewer", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 28cf978..313981a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "markdown-viewer", - "version": "1.0.0", + "version": "1.0.1", "description": "A simple development-time markdown to HTML renderer", "main": "src/cli.js", "bin": {