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

Commit

Permalink
chore(release): 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpicado committed Apr 30, 2019
1 parent 7beb08c commit 3a96dec
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,30 @@

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="6.0.0"></a>
# [6.0.0](https://github.com/verdaccio/flow-types/compare/v5.0.2...v6.0.0) (2019-04-30)


### Bug Fixes

* remove wrong imports ([a75476a](https://github.com/verdaccio/flow-types/commit/a75476a))


### Features

* token types ([#60](https://github.com/verdaccio/flow-types/issues/60)) @Eomm ([7b74982](https://github.com/verdaccio/flow-types/commit/7b74982))


### BREAKING CHANGES

* storage needs to add new methods

* add: token types

* add: typescripts types



<a name="5.0.2"></a>
## [5.0.2](https://github.com/verdaccio/flow-types/compare/v5.0.1...v5.0.2) (2019-04-22)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@verdaccio/types",
"version": "5.0.2",
"version": "6.0.0",
"description": "verdaccio flow types definitions",
"repository": {
"type": "git",
Expand Down

0 comments on commit 3a96dec

Please sign in to comment.