Skip to content

Commit

Permalink
chore(release): 6.0.4 [skip ci]
Browse files Browse the repository at this point in the history
### [6.0.4](v6.0.3...v6.0.4) (2020-05-14)

### Bug Fixes

* **create-element:** document.createElement breaks useContext ([2b947d8](2b947d8))
* **router:** `until` directive breaks haunted effects ([951e886](951e886))
  • Loading branch information
semantic-release-bot committed May 14, 2020
1 parent 951e886 commit 6721ddb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### [6.0.4](https://github.com/neovici/cosmoz-page-router/compare/v6.0.3...v6.0.4) (2020-05-14)


### Bug Fixes

* **create-element:** document.createElement breaks useContext ([2b947d8](https://github.com/neovici/cosmoz-page-router/commit/2b947d8c5ea8fa9dfa3cbaaea328b500c620103e))
* **router:** `until` directive breaks haunted effects ([951e886](https://github.com/neovici/cosmoz-page-router/commit/951e8868c94ef02183ce29b5d4feeb6bce2c1dfe))

### [6.0.3](https://github.com/neovici/cosmoz-page-router/compare/v6.0.2...v6.0.3) (2020-03-25)


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": "@neovici/cosmoz-page-router",
"version": "6.0.3",
"version": "6.0.4",
"description": "A Polymer component to handle client side URL routing and view loading / management",
"keywords": [
"polymer",
Expand Down

0 comments on commit 6721ddb

Please sign in to comment.