Skip to content
This repository was archived by the owner on Jul 26, 2019. It is now read-only.

Commit 3a96dec

Browse files
committed
chore(release): 6.0.0
1 parent 7beb08c commit 3a96dec

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,30 @@
22

33
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.
44

5+
<a name="6.0.0"></a>
6+
# [6.0.0](https://github.com/verdaccio/flow-types/compare/v5.0.2...v6.0.0) (2019-04-30)
7+
8+
9+
### Bug Fixes
10+
11+
* remove wrong imports ([a75476a](https://github.com/verdaccio/flow-types/commit/a75476a))
12+
13+
14+
### Features
15+
16+
* token types ([#60](https://github.com/verdaccio/flow-types/issues/60)) @Eomm ([7b74982](https://github.com/verdaccio/flow-types/commit/7b74982))
17+
18+
19+
### BREAKING CHANGES
20+
21+
* storage needs to add new methods
22+
23+
* add: token types
24+
25+
* add: typescripts types
26+
27+
28+
529
<a name="5.0.2"></a>
630
## [5.0.2](https://github.com/verdaccio/flow-types/compare/v5.0.1...v5.0.2) (2019-04-22)
731

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@verdaccio/types",
3-
"version": "5.0.2",
3+
"version": "6.0.0",
44
"description": "verdaccio flow types definitions",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)