From 41f0ae193940f0560ce8fa3f6258630f79c0dfb7 Mon Sep 17 00:00:00 2001 From: "@jotadeveloper" <@jotadeveloper> Date: Fri, 12 Jul 2019 11:49:57 +0200 Subject: [PATCH] chore(release): 1.0.2 --- plugins/auth-memory/CHANGELOG.md | 9 +++++++++ plugins/auth-memory/package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/plugins/auth-memory/CHANGELOG.md b/plugins/auth-memory/CHANGELOG.md index 89db49f0..7d641374 100644 --- a/plugins/auth-memory/CHANGELOG.md +++ b/plugins/auth-memory/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.0.2](https://github.com/verdaccio/verdaccio-auth-memory/compare/v1.0.1...v1.0.2) (2019-07-12) + + +### Bug Fixes + +* main file is correct routed ([722a615](https://github.com/verdaccio/verdaccio-auth-memory/commit/722a615)) + + + ### [1.0.1](https://github.com/verdaccio/verdaccio-auth-memory/compare/v1.0.0...v1.0.1) (2019-07-12) diff --git a/plugins/auth-memory/package.json b/plugins/auth-memory/package.json index 367d2e28..b15c00bd 100644 --- a/plugins/auth-memory/package.json +++ b/plugins/auth-memory/package.json @@ -1,7 +1,7 @@ { "name": "verdaccio-auth-memory", "main": "lib/index.js", - "version": "1.0.1", + "version": "1.0.2", "description": "auth plugin for verdaccio that keeps users in memory", "author": "Juan Picado ", "repository": {