From 0e252fc4d7eba11472560682ed313ac16948197f Mon Sep 17 00:00:00 2001 From: "Juan Picado @jotadeveloper" Date: Thu, 6 Dec 2018 08:38:25 +0100 Subject: [PATCH] chore(release): 3.10.0 --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15806a60f..52dce8f0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ 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.10.0](https://github.com/verdaccio/verdaccio/compare/v3.9.0...v3.10.0) (2018-12-06) + + +### Bug Fixes + +* update docker node to 10.14.1 ([#1148](https://github.com/verdaccio/verdaccio/issues/1148)) ([68165ca](https://github.com/verdaccio/verdaccio/commit/68165ca)) + + +### Features + +* allows package.json as package name ([#1149](https://github.com/verdaccio/verdaccio/issues/1149)) ([6554973](https://github.com/verdaccio/verdaccio/commit/6554973)) + + + # [3.9.0](https://github.com/verdaccio/verdaccio/compare/v3.8.6...v3.9.0) (2018-12-04) diff --git a/package.json b/package.json index 0bcba859c..237fee45a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "verdaccio", - "version": "3.9.0", + "version": "3.10.0", "description": "Private npm repository server", "author": { "name": "Alex Kocharin",