0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-30 22:34:10 -05:00

chore(release): 3.10.0

This commit is contained in:
Juan Picado @jotadeveloper 2018-12-06 08:38:25 +01:00
parent 68165ca7ad
commit 0e252fc4d7
No known key found for this signature in database
GPG key ID: 18AC54485952D158
2 changed files with 16 additions and 1 deletions

View file

@ -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.
<a name="3.10.0"></a>
# [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))
<a name="3.9.0"></a>
# [3.9.0](https://github.com/verdaccio/verdaccio/compare/v3.8.6...v3.9.0) (2018-12-04)

View file

@ -1,6 +1,6 @@
{
"name": "verdaccio",
"version": "3.9.0",
"version": "3.10.0",
"description": "Private npm repository server",
"author": {
"name": "Alex Kocharin",