From 15bd1383be1ed7f7fa7aa8b2df3828045a130125 Mon Sep 17 00:00:00 2001 From: "Juan Picado @jotadeveloper" Date: Thu, 17 Aug 2017 06:23:08 +0200 Subject: [PATCH] chore(release): 2.3.6 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26458d8fa..a3bfa5269 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ 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. + +## [2.3.6](https://github.com/verdaccio/verdaccio/compare/v2.3.5...v2.3.6) (2017-08-17) + + +### Bug Fixes + +* link was broken ([a9481cc](https://github.com/verdaccio/verdaccio/commit/a9481cc)) +* Correct accept header set for registry requests ([#295](https://github.com/verdaccio/verdaccio/pull/295)) +* Update SSL documentation ([#296](https://github.com/verdaccio/verdaccio/pull/296)) +* Fix auth process to check against username also and not just groups ([#293](https://github.com/verdaccio/verdaccio/pull/293)) + + + ## [2.3.5](https://github.com/verdaccio/verdaccio/compare/v2.3.4...v2.3.5) (2017-08-14) diff --git a/package.json b/package.json index f71d16d85..5d4341a95 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "verdaccio", - "version": "2.3.5", + "version": "2.3.6", "description": "Private npm repository server", "author": { "name": "Alex Kocharin",