From bc78a5d761a7053bc57188fbb75588ac8f17c77a Mon Sep 17 00:00:00 2001 From: ayusharma Date: Thu, 18 Oct 2018 21:20:15 +0200 Subject: [PATCH] chore(release): 3.8.5 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b0cc22ef..c2494fe74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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. + +## [3.8.5](https://github.com/verdaccio/verdaccio/compare/v3.8.4...v3.8.5) (2018-10-18) + + +### Bug Fixes + +* word wrap longer description ([#1076](https://github.com/verdaccio/verdaccio/issues/1076)) ([67c0b8c](https://github.com/verdaccio/verdaccio/commit/67c0b8c)) + + + ## [3.8.4](https://github.com/verdaccio/verdaccio/compare/v3.8.3...v3.8.4) (2018-10-13) diff --git a/package.json b/package.json index 75fc3b795..749d17356 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "verdaccio", - "version": "3.8.4", + "version": "3.8.5", "description": "Private npm repository server", "author": { "name": "Alex Kocharin",