Compare commits

...

2 Commits

Author SHA1 Message Date
Juan Picado @jotadeveloper
0e6a274a0d 2.2.7 2017-07-18 21:35:33 +02:00
Juan Picado @jotadeveloper
be754a5b4e release: update changelong 2017-07-18 21:35:17 +02:00
3 changed files with 7 additions and 3 deletions

View File

@@ -1,8 +1,12 @@
## 2.2.7 (July 18, 2017)
- bug: fix running behind of loadbalancer with TLS termination - [#254](https://github.com/verdaccio/verdaccio/pull/254)
## 2.2.6 (July 13, 2017)
- build: update node version due security update announcement - [#251](https://github.com/verdaccio/verdaccio/pull/251)
## 2.2.5 (July 4, 2017)
- Fixed adding the verdaccio user into the group - [#241](https://github.com/verdaccio/verdaccio/pull/241)

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "verdaccio",
"version": "2.2.6",
"version": "2.2.7",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

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