Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
<a name="1.1.0"></a>
# [1.1.0](0cee3e9...v1.1.0) (2018-01-21)

### Bug Fixes

* **docs:** fix extra argument ([421c13f](421c13f))

### Features

* **component:** add component func $duration ([4cedf43](4cedf43))
  • Loading branch information
semantic-release-bot committed Jan 21, 2018
1 parent 421c13f commit 3282afa
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
<a name="1.1.0"></a>
# [1.1.0](https://github.com/julon/vue-moment-lib/compare/0cee3e9c80d7f6a4a84248edaa2ab48c001914fc...v1.1.0) (2018-01-21)


### Bug Fixes

* **docs:** fix extra argument ([421c13f](https://github.com/julon/vue-moment-lib/commit/421c13f))


### Features

* **component:** add component func $duration ([4cedf43](https://github.com/julon/vue-moment-lib/commit/4cedf43))

<a name="1.0.1"></a>
## [1.0.1](https://github.com/julon/vue-moment-lib/compare/48bee07613481a27473e3978a848805aa1c3d972...v1.0.1) (2018-01-20)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-moment-lib",
"description": "A Vue.js 2.0 MomentJS library",
"version": "1.0.1",
"version": "1.1.0",
"license": "MIT",
"main": "dist/vue-moment-lib.common.js",
"module": "dist/vue-moment-lib.esm.js",
Expand Down

0 comments on commit 3282afa

Please sign in to comment.