0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-20 22:52:46 -05:00

chore(release): 3.11.0

This commit is contained in:
Juan Picado @jotadeveloper 2019-01-27 10:42:20 +01:00
parent 02bfa9a7ff
commit 23b02c01fc
No known key found for this signature in database
GPG key ID: 18AC54485952D158
2 changed files with 11 additions and 1 deletions

View file

@ -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.
<a name="3.11.0"></a>
# [3.11.0](https://github.com/verdaccio/verdaccio/compare/v3.10.2...v3.11.0) (2019-01-27)
### Features
* introduce server keepAliveTimeout into config files ([a359055](https://github.com/verdaccio/verdaccio/commit/a359055))
<a name="3.10.2"></a>
## [3.10.2](https://github.com/verdaccio/verdaccio/compare/v3.10.1...v3.10.2) (2019-01-22)

View file

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