0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-30 22:34:10 -05:00

chore(release): 4.3.2

This commit is contained in:
Juan Picado @jotadeveloper 2019-10-02 21:19:05 +02:00
parent 02aee3a879
commit 52130704ec
No known key found for this signature in database
GPG key ID: 15AA875EF3768142
2 changed files with 10 additions and 1 deletions

View file

@ -2,6 +2,15 @@
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.
### [4.3.2](https://github.com/verdaccio/verdaccio/compare/v4.3.1...v4.3.2) (2019-10-02)
### Bug Fixes
* comment out experiments from configuration files ([#1505](https://github.com/verdaccio/verdaccio/issues/1505)) ([3438b75](https://github.com/verdaccio/verdaccio/commit/3438b75))
* fixing the lint issues ([#1503](https://github.com/verdaccio/verdaccio/issues/1503)) ([02aee3a](https://github.com/verdaccio/verdaccio/commit/02aee3a))
* fixing typos in comments ([#1504](https://github.com/verdaccio/verdaccio/issues/1504)) ([72314e4](https://github.com/verdaccio/verdaccio/commit/72314e4))
### [4.3.1](https://github.com/verdaccio/verdaccio/compare/v4.3.0...v4.3.1) (2019-10-01)

View file

@ -1,6 +1,6 @@
{
"name": "verdaccio",
"version": "4.3.1",
"version": "4.3.2",
"description": "A lightweight private npm proxy registry",
"author": {
"name": "Verdaccio Maintainers",