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

chore(release): 3.8.1

This commit is contained in:
Juan Picado @jotadeveloper 2018-09-10 08:14:24 +02:00
parent ead4aadc4b
commit b374e67fc2
No known key found for this signature in database
GPG key ID: 18AC54485952D158
2 changed files with 11 additions and 1 deletions

View file

@ -2,6 +2,16 @@
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. 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.1"></a>
## [3.8.1](https://github.com/verdaccio/verdaccio/compare/v3.8.0...v3.8.1) (2018-09-10)
### Bug Fixes
* support localTimeZone for logger `pretty-timestamped` format ([#984](https://github.com/verdaccio/verdaccio/issues/984)) ([df237fa](https://github.com/verdaccio/verdaccio/commit/df237fa))
<a name="3.8.0"></a> <a name="3.8.0"></a>
# [3.8.0](https://github.com/verdaccio/verdaccio/compare/v3.7.1...v3.8.0) (2018-09-05) # [3.8.0](https://github.com/verdaccio/verdaccio/compare/v3.7.1...v3.8.0) (2018-09-05)

View file

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