0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00

chore(release): 3.8.4

This commit is contained in:
Juan Picado @jotadeveloper 2018-10-13 10:54:21 +02:00
parent 9a3c8bc1ae
commit f077d78d18
No known key found for this signature in database
GPG key ID: 18AC54485952D158
2 changed files with 12 additions and 1 deletions

View file

@ -2,6 +2,17 @@
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.8.4"></a>
## [3.8.4](https://github.com/verdaccio/verdaccio/compare/v3.8.3...v3.8.4) (2018-10-13)
### Bug Fixes
* click on logo break ui ([#1073](https://github.com/verdaccio/verdaccio/issues/1073)) ([9a3c8bc](https://github.com/verdaccio/verdaccio/commit/9a3c8bc))
* click on logo when using url_prefix was not working ([#996](https://github.com/verdaccio/verdaccio/issues/996)) ([3ac9646](https://github.com/verdaccio/verdaccio/commit/3ac9646))
<a name="3.8.3"></a>
## [3.8.3](https://github.com/verdaccio/verdaccio/compare/v3.8.2...v3.8.3) (2018-10-07)

View file

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