Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Commit

Permalink
chore(release): 1.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.1](v1.0.0...v1.0.1) (2019-04-02)

### Bug Fixes

* add observer to node content ([63eee2c](63eee2c))
* error on unknown component name ([d69f6b7](d69f6b7))
* remove rootElement div ([041f1aa](041f1aa))
  • Loading branch information
semantic-release-bot committed Apr 2, 2019
1 parent 8ea52b2 commit 3207480
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.0.1](https://github.com/BBVAEngineering/ember-cli-web-components/compare/v1.0.0...v1.0.1) (2019-04-02)


### Bug Fixes

* add observer to node content ([63eee2c](https://github.com/BBVAEngineering/ember-cli-web-components/commit/63eee2c))
* error on unknown component name ([d69f6b7](https://github.com/BBVAEngineering/ember-cli-web-components/commit/d69f6b7))
* remove rootElement div ([041f1aa](https://github.com/BBVAEngineering/ember-cli-web-components/commit/041f1aa))

# 1.0.0 (2019-03-14)


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": "ember-cli-web-components",
"version": "1.0.0",
"version": "1.0.1",
"description": "The default blueprint for ember-cli addons.",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 3207480

Please sign in to comment.