Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.4...v1.1.0) (2020-01-30)

### Bug Fixes

* **update:** update example components & readme ([eb11e5f](eb11e5f))

### Features

* **async-component:** added async property ([156782b](156782b))
  • Loading branch information
semantic-release-bot committed Jan 30, 2020
1 parent 03bf59c commit b59654c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Project Changelog

# [1.1.0](https://github.com/GrabarzUndPartner/nuxt-custom-elements/compare/v1.0.4...v1.1.0) (2020-01-30)


### Bug Fixes

* **update:** update example components & readme ([eb11e5f](https://github.com/GrabarzUndPartner/nuxt-custom-elements/commit/eb11e5fcac9af6f8c8c92e8bc0ee7b89b077bee0))


### Features

* **async-component:** added async property ([156782b](https://github.com/GrabarzUndPartner/nuxt-custom-elements/commit/156782bd65577e458f5088316b9364a8e8271926))

## [1.0.4](https://github.com/GrabarzUndPartner/nuxt-custom-elements/compare/v1.0.3...v1.0.4) (2020-01-28)


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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxt-custom-elements",
"version": "1.0.4",
"version": "1.1.0",
"description": "Publish your Components as a vue-custom-element standalone build.",
"repository": "GrabarzUndPartner/nuxt-custom-elements",
"license": "MIT",
Expand Down

0 comments on commit b59654c

Please sign in to comment.