From 4ee6c2dfe4796072283d2d9ab857f9c34da7adcb Mon Sep 17 00:00:00 2001 From: "Juan Picado @jotadeveloper" Date: Sun, 14 Apr 2019 00:28:09 +0200 Subject: [PATCH] chore(release): 0.0.13 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14cf1b6..f13c87d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 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.0.13](https://github.com/verdaccio/ui/compare/v0.0.4...v0.0.13) (2019-04-13) + + +### Bug Fixes + +* takes the app version from verdaccio ([6f10837](https://github.com/verdaccio/ui/commit/6f10837)) +* there can be no spaces between scope and registry ([#34](https://github.com/verdaccio/ui/issues/34)) ([cc30d0b](https://github.com/verdaccio/ui/commit/cc30d0b)) + + + ## [0.0.4](https://github.com/verdaccio/ui/compare/v0.0.3...v0.0.4) (2019-04-04) diff --git a/package.json b/package.json index 785e895..269a0ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@verdaccio/ui-theme", - "version": "0.0.12", + "version": "0.0.13", "description": "Verdaccio User Interface", "author": { "name": "Verdaccio Core Team"