From d9ed04a0a5223fa09d2e81623b0ecf6fc21ab01f Mon Sep 17 00:00:00 2001 From: "@jotadeveloper" <@jotadeveloper> Date: Sat, 9 Jun 2018 00:41:23 +0200 Subject: [PATCH] chore(release): 1.1.1 --- plugins/local-storage/CHANGELOG.md | 10 ++++++++++ plugins/local-storage/package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/plugins/local-storage/CHANGELOG.md b/plugins/local-storage/CHANGELOG.md index 9b2640e1..ef1f7e20 100644 --- a/plugins/local-storage/CHANGELOG.md +++ b/plugins/local-storage/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. + +## [1.1.1](https://github.com/verdaccio/local-storage/compare/v1.1.0...v1.1.1) (2018-06-08) + + +### Bug Fixes + +* check whether path exist before return result ([cb5d4ef](https://github.com/verdaccio/local-storage/commit/cb5d4ef)) + + + # [1.1.0](https://github.com/verdaccio/local-storage/compare/v1.0.3...v1.1.0) (2018-06-08) diff --git a/plugins/local-storage/package.json b/plugins/local-storage/package.json index be0e5667..1780c6c7 100644 --- a/plugins/local-storage/package.json +++ b/plugins/local-storage/package.json @@ -1,6 +1,6 @@ { "name": "@verdaccio/local-storage", - "version": "1.1.0", + "version": "1.1.1", "description": "local storage implementation", "main": "lib/index.js", "scripts": {