From 7d1764458bec10cbe3197c55a47e0667ca5d7fee Mon Sep 17 00:00:00 2001 From: "Juan Picado @jotadeveloper" Date: Mon, 10 Jun 2019 11:59:33 +0200 Subject: [PATCH] chore(release): 0.1.11 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2420d1..c88d634 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. + +## [0.1.11](https://github.com/verdaccio/ui/compare/v0.1.10...v0.1.11) (2019-06-10) + + +### Bug Fixes + +* fixed failed to load all packages after login ([#73](https://github.com/verdaccio/ui/issues/73)) ([7bac088](https://github.com/verdaccio/ui/commit/7bac088)) + + + ## [0.1.10](https://github.com/verdaccio/ui/compare/v0.1.9...v0.1.10) (2019-05-17) diff --git a/package.json b/package.json index 6f561b6..3c7687d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@verdaccio/ui-theme", - "version": "0.1.10", + "version": "0.1.11", "description": "Verdaccio User Interface", "author": { "name": "Verdaccio Core Team"