diff --git a/core/types/CHANGELOG.md b/core/types/CHANGELOG.md index 4b948157..8708071f 100644 --- a/core/types/CHANGELOG.md +++ b/core/types/CHANGELOG.md @@ -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. + +## [6.0.1](https://github.com/verdaccio/flow-types/compare/v6.0.0...v6.0.1) (2019-05-04) + + +### Bug Fixes + +* tokens are accesible also in local-storage ([56551cf](https://github.com/verdaccio/flow-types/commit/56551cf)) + + + # [6.0.0](https://github.com/verdaccio/flow-types/compare/v5.0.2...v6.0.0) (2019-04-30) diff --git a/core/types/package.json b/core/types/package.json index 63af9182..336eb8a8 100644 --- a/core/types/package.json +++ b/core/types/package.json @@ -1,6 +1,6 @@ { "name": "@verdaccio/types", - "version": "6.0.0", + "version": "6.0.1", "description": "verdaccio flow types definitions", "repository": { "type": "git",