diff --git a/CHANGELOG.md b/CHANGELOG.md index e01e7a1..c86641a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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.4.1](https://github.com/FEMessage/log-viewer/compare/v1.4.0...v1.4.1) (2020-02-13) + + +### Bug Fixes + +* safari中,使用white-space时,超出一行的文字重叠了 ([#14](https://github.com/FEMessage/log-viewer/issues/14)) ([ba3289d](https://github.com/FEMessage/log-viewer/commit/ba3289d)) + + + ## [1.4.0](https://github.com/FEMessage/log-viewer/compare/v1.3.0...v1.4.0) (2019-12-03) diff --git a/package.json b/package.json index cb1ae4a..20e6273 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@femessage/log-viewer", - "version": "1.4.0", + "version": "1.4.1", "description": "💻 View terminal logs in browser", "author": "https://github.com/FEMessage", "license": "MIT",