From af5c71fac64d8ce9c3cc3d995c95561c5f29292c Mon Sep 17 00:00:00 2001 From: Travis CI User Date: Thu, 13 Feb 2020 03:20:51 +0000 Subject: [PATCH] [skip ci] chore(release): v1.4.1 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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",