From 93245c0179524874fea574db1da48d1c68e6d0a2 Mon Sep 17 00:00:00 2001 From: Alex Kocharin Date: Sun, 7 Jun 2015 08:04:01 +0300 Subject: [PATCH] 1.4.0 --- History.md | 6 ++++++ npm-shrinkwrap.json | 2 +- package.yaml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/History.md b/History.md index 709f5ef9f..577eba7f6 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,10 @@ +7 Jun 2015, version 1.4.0 + +- avoid sending X-Forwarded-For through proxies (issues [#19](https://github.com/rlidwka/sinopia/issues/19), [#254](https://github.com/rlidwka/sinopia/issues/254)) +- fix multiple issues in search (issues [#239](https://github.com/rlidwka/sinopia/issues/239), [#253](https://github.com/rlidwka/sinopia/pull/253)) +- fix "maximum stack trace exceeded" errors in auth (issue [#258](https://github.com/rlidwka/sinopia/issues/258)) + 10 May 2015, version 1.3.0 - add dist-tags endpoints (issue [#211](https://github.com/rlidwka/sinopia/issues/211)) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index a9d96e82d..ef31355b4 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "sinopia", - "version": "1.3.1", + "version": "1.4.0", "dependencies": { "JSONStream": { "version": "1.0.3", diff --git a/package.yaml b/package.yaml index af1ebea05..5dbadec17 100644 --- a/package.yaml +++ b/package.yaml @@ -1,7 +1,7 @@ # use "yapm install ." if you're installing this from git repository name: sinopia -version: 1.3.1 +version: 1.4.0 description: Private npm repository server author: