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

Commit

Permalink
chore(release): 5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsasharegan committed Sep 16, 2017
1 parent 9a33262 commit d672f61
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="5.1.1"></a>
## [5.1.1](https://github.com/alexsasharegan/vue-transmit/compare/v5.1.0...v5.1.1) (2017-09-16)


### Bug Fixes

* **build:** include built dist ([9a33262](https://github.com/alexsasharegan/vue-transmit/commit/9a33262))



<a name="5.1.0"></a>
# [5.1.0](https://github.com/alexsasharegan/vue-transmit/compare/v5.0.1...v5.1.0) (2017-09-16)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
{
"name": "vue-transmit",
"version": "5.1.0",
"version": "5.1.1",
"description": "Vue.js drag & drop uploader based on Dropzone.js",
"module": "index.js",
"jsnext:main": "index.js",
"main": "dist/vue-transmit.min.js",
"keywords": ["dragndrop", "drag and drop", "file upload", "upload"],
"keywords": [
"dragndrop",
"drag and drop",
"file upload",
"upload"
],
"directories": {
"test": "test"
},
Expand Down

0 comments on commit d672f61

Please sign in to comment.